Page 1 of 1

nagios - monitored data to elastic search

Posted: Mon Aug 03, 2020 1:56 am
by jayaen1
we have nagios monitoring setup available to monitor various services and servers.
We want to get this monitored data pushed over elastic search real time .
please let us know what are best options available. ?
Thanks in helping out to find solution

Re: nagios - monitored data to elastic search

Posted: Mon Aug 03, 2020 4:08 pm
by jbrunkow
Hey @jayaen1!

Welcome to the forum. :D

I suppose that depends on what data you want to send from Nagios. Log Server is primarily designed to ingest logs. In fact, we have a document detailing how to send your Nagios logs to Log Server.
Sending Nagios Logs to Log Server

If you are asking about sending all of the performance data that Nagios can gather in real time, that would be more of a feat. Depending on what you are trying to accomplish, the API could come in handy as well.
Nagios XI API

I hope that helps! Let me know if you have any other, more specific questions.