-
Notifications
You must be signed in to change notification settings - Fork 0
Monitoring Cassandra
Steve McDuff edited this page Sep 22, 2016
·
2 revisions
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
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.