Send to different cluster

This support forum board is for support questions relating to Nagios Log Server, our solution for managing and monitoring critical log data.
Locked
User avatar
WillemDH
Posts: 2320
Joined: Wed Mar 20, 2013 5:49 am
Location: Ghent
Contact:

Send to different cluster

Post by WillemDH »

Hello,

Would it be possible to send logs from one specific source on a cluster to another cluster? With an output or so?

Willem
Nagios XI 5.8.1
https://outsideit.net
rkennedy
Posts: 6579
Joined: Mon Oct 05, 2015 11:45 am

Re: Send to different cluster

Post by rkennedy »

Yes, the logstash outputs should work fine for this. I would setup if logic so that you could narrow it down to the specific source. Take a look here - https://www.elastic.co/guide/en/logstas ... s-tcp.html

Code: Select all

tcp {
    host => ...
    port => ...
}
Former Nagios Employee
User avatar
WillemDH
Posts: 2320
Joined: Wed Mar 20, 2013 5:49 am
Location: Ghent
Contact:

Re: Send to different cluster

Post by WillemDH »

Ok, thanks. We haven' got a second cluster, but good to know it is possible. Please leave this thread open untill I'm able to confirm this is working. Grtz
Nagios XI 5.8.1
https://outsideit.net
User avatar
mcapra
Posts: 3739
Joined: Thu May 05, 2016 3:54 pm

Re: Send to different cluster

Post by mcapra »

Sure thing! Let us know of any developments.
Former Nagios employee
https://www.mcapra.com/
Locked