Log Server not showing syslogs

This support forum board is for support questions relating to Nagios Log Server, our solution for managing and monitoring critical log data.
Locked
b3l33
Posts: 5
Joined: Wed Feb 17, 2016 4:34 pm

Log Server not showing syslogs

Post by b3l33 »

Hello,

I am evaluating Log Server. I have followed the basic instructions for full manual install on CentOS7 and run the Linux script on an Ubuntu 14.04 desktop to send syslogs to the server on port.

I don't see any of the Ubuntu's logs showing up in the Log Server Dashboard.

I have done basic testing using

logger -p local7.notice "XX10XX"

on the Ubunutu machine. I can see these tracing in /var/log/syslog. I can also see that each entry corresponds with a hit to the listener port on the server with tcpdump.

Can someone please help me trouble shoot?

Thank you.

--Ben
User avatar
hsmith
Agent Smith
Posts: 3539
Joined: Thu Jul 30, 2015 11:09 am
Location: 127.0.0.1
Contact:

Re: Log Server not showing syslogs

Post by hsmith »

A few questions:

What port are the logs sending to?
Is said port open in the firewall on the NLS machine?

What are the outputs of the following commands?

Code: Select all

systemctl status logstash elasticsearch firewalld
tail -n25 /var/log/elasticsearch/*.log
tail -n25 /var/log/messages
free -m
top | head -n5
Former Nagios Employee.
me.
b3l33
Posts: 5
Joined: Wed Feb 17, 2016 4:34 pm

Re: Log Server not showing syslogs

Post by b3l33 »

Thank you for your fast reply.

I was confused. I can see that the logs are there. I just needed to learn how to filter my view correctly.
User avatar
Box293
Too Basu
Posts: 5126
Joined: Sun Feb 07, 2010 10:55 pm
Location: Deniliquin, Australia
Contact:

Re: Log Server not showing syslogs

Post by Box293 »

Does this article provide you with the information you are after?

https://support.nagios.com/kb/article.php?id=297
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Locked