New LNLS Instance not accepting logs
-
- Posts: 159
- Joined: Wed Jun 19, 2013 10:21 am
New LNLS Instance not accepting logs
I could really use some help here. I'm spinning up a new NLS instance and I' not able to get any logs to show up from any devices. When I look at tcpdump I see logs hitting the server, I see java listening on the ports, and I'm taking known working inputs and filters from an old instance to the new instance but nothing comes in. I made the modification to listen on privledged ports (but the ports I'm listening on are above 1024 so shouldn't be an issue). What info do you guys need from me?
I like graphs...
-
- Attack Rabbit
- Posts: 2560
- Joined: Thu Feb 12, 2015 12:40 pm
Re: New LNLS Instance not accepting logs
Which ports are you having issues listening on? Have you opened the appropriate ports on your firewall?
It may be a good test to temporarily turn off the NLS firewall to ensure that it's not interfering.
-or-
It may be a good test to temporarily turn off the NLS firewall to ensure that it's not interfering.
Code: Select all
service iptables stop
Code: Select all
systemctl stop firewalld
-
- Posts: 159
- Joined: Wed Jun 19, 2013 10:21 am
Re: New LNLS Instance not accepting logs
jolson wrote:Which ports are you having issues listening on? Have you opened the appropriate ports on your firewall?
It may be a good test to temporarily turn off the NLS firewall to ensure that it's not interfering.-or-Code: Select all
service iptables stop
Code: Select all
systemctl stop firewalld
Yea that was it. Thanks
I like graphs...
-
- Posts: 9117
- Joined: Mon Sep 23, 2013 8:40 am
Re: New LNLS Instance not accepting logs
Are we all good to close this up then?
Former Nagios employee
-
- Posts: 159
- Joined: Wed Jun 19, 2013 10:21 am
Re: New LNLS Instance not accepting logs
yup, sorry for the delay.tmcdonald wrote:Are we all good to close this up then?
I like graphs...
-
- Attack Rabbit
- Posts: 2560
- Joined: Thu Feb 12, 2015 12:40 pm
Re: New LNLS Instance not accepting logs
No problem. Closing er up!