Page 1 of 1

Second NIC for receiving logs

Posted: Fri Nov 16, 2018 11:00 am
by delwins
Hello
I have configure a linux server for Log server to use 2 NIC. How to configure Nagios Log Server to receive logs on both NIC. These NICs are locate on 2 different VLAN.

Re: Second NIC for receiving logs

Posted: Fri Nov 16, 2018 11:17 am
by scottwilkerson
After configuring the 2 NICs you can simply restart httpd, logstash and elasticsearch and it should listen on both interfaces

Code: Select all

service httpd retart
service elasticsearch retart
service logstash restart