C* Logs to Kibana

2018-01-10 Thread shalom sagges
Hi All, I want to push the Cassandra logs (version 3.x) to Kibana. Is there a way to configure the Cassandra logs to be in json format? If modifying the logs to json is not an option, I came across this blog post from about a year ago regarding that matter: https://medium.com/@alain.rastoul/pushi

Re: C* Logs to Kibana

2018-01-10 Thread Nicolas Guyomar
Hi, I believe you can use Logstash to parse C* logs, using some grok pattern like those : https://gist.github.com/ibspoof/917a888adb08a819eab7163b97e018cb so that you gain some nice insight of what your cluster is really doing ! It feel more "native" than to add some jar in C* lib in order to cha

Re: C* Logs to Kibana

2018-01-10 Thread Thakrar, Jayesh
2i5dFl.png from my metrics. From: Nicolas Guyomar Date: Wednesday, January 10, 2018 at 4:26 AM To: Subject: Re: C* Logs to Kibana Hi, I believe you can use Logstash to parse C* logs, using some grok pattern like those : https://gist.github.com/ibspoof/917a888adb08a819eab7163b97e018cb so tha