Change the IP of Logstash is currently collecting locally on

This support forum board is for support questions relating to Nagios Log Server, our solution for managing and monitoring critical log data.
Locked
lukedevon
Posts: 143
Joined: Sat Mar 24, 2018 9:15 am

Change the IP of Logstash is currently collecting locally on

Post by lukedevon »

Hi

I have a 2 Node NLS cluster which segregated by two network interfaces, one for accept logs and other NIC for Operational tasks like accessing web interface.

eth1 - Operational network
eth2 - data/logs network

for the operational network I have a specific VIP address and the data network also I have a separate VIP address. Web browser always accessible via operational network VIP.

But when I go to configuration editor; it says

Logstash is currently collecting locally on <Operational VIP> tcp6: 5544

I want it to be <data network VIP>. How can I configure it? Is this something we can do within Nagios LS ?

Thank you
Luke.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Change the IP of Logstash is currently collecting locall

Post by scottwilkerson »

By default Nagios Log Server will listen on all interfaces, however you may need to adjust your firewall.

Additionally after making changes you would need to restart logstash and elasticsearch

Code: Select all

service elasticsearch restart
then

Code: Select all

service logstash restart
Former Nagios employee
Creator:
ahumandesign.com
enneagrams.com
Locked