8000 Monitoring Cassandra · dd00f/ibm-b2b-monitoring Wiki · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Monitoring Cassandra

Steve McDuff edited this page Sep 22, 2016 · 2 revisions

Scripted installation

Note : you must install Filebeat using the scripted installation before proceeding.

For environments running on RedHat 7.x, you can use the scripted installation by running :

wget -O - https://raw.githubusercontent.com/dd00f/ibm-b2b-monitoring/master/com.ibm.b2b.monitoring/src/site/repository/cassandra/install-cassandra-monitoring.sh | bash -s (PATH_TO_CASSANDRA)

Substitute (PATH_TO_CASSANDRA) with the path to your Cassandra installation.

Example

wget -O - https://raw.githubusercontent.com/dd00f/ibm-b2b-monitoring/master/com.ibm.b2b.monitoring/src/site/repository/cassandra/install-cassandra-monitoring.sh | bash -s /home/myuser/cassandra

Manual installation

Note : you must install Filebeat before proceeding.

You may manually configure Filebeat to pull the logs from your Cassandra installation.

To do so, download the Cassandra prospector to your Filebeat configuration folder and substitute the CASSANDRA_DIR string to match the path of your Cassandra installation.

Once installed, you will need to restart the Filebeat service.

Clone this wiki locally
0