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.
Second NIC for receiving logs
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Second NIC for receiving logs
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