Good filter/output for Tomcat logs

Hi all. ELK newbie here.
We have tomcat6 and I'd like to filter catalina.out to 2 different alarming tools Nagios and Zabbix.

Any suggestions/clue/docs?
Appreciated
Alfredo

Well nagios is a polling type of Monitoring, (unless you have added some customization to receive data) but there is a Nagios and zabix

https://www.elastic.co/guide/en/logstash/current/plugins-outputs-nagios.html
https://www.elastic.co/guide/en/logstash/current/plugins-outputs-zabbix.html

Take a look at the other kind of outputs as well, there are all kinds of ways you can send / write data

Another option is to have the data go in to elastic search and write a CURL (Or language of choice, to query the data) and alert based on the output

Thanks Ed.
I went through those links already.
Thanks anyway

/Alfredo

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.