Export to MS SQL server?

This support forum board is for support questions relating to Nagios Log Server, our solution for managing and monitoring critical log data.
Locked
batzos
Posts: 21
Joined: Mon Oct 05, 2015 2:36 am

Export to MS SQL server?

Post by batzos »

Is it possible to export using a logstash output some logs, in my case F5 load balancers logs, to MS SQL servers? I checked the plugin output: logstash-output-jdbc which has to be installed.
In general is it possible to install some plugins and use them from the GUI of Nagios or from the CLI?
rkennedy
Posts: 6579
Joined: Mon Oct 05, 2015 11:45 am

Re: Export to MS SQL server?

Post by rkennedy »

Is it possible to export using a logstash output some logs, in my case F5 load balancers logs, to MS SQL servers? I checked the plugin output: logstash-output-jdbc which has to be installed.
Yes - as long as there is an output for it.
In general is it possible to install some plugins and use them from the GUI of Nagios or from the CLI?
Yes, you'll just need to navigate to the /usr/local/nagioslogserver/logstash/ directory. From there, you'll be able to run something like bin/plugin install logstash-input-irc.
Former Nagios Employee
Locked