nagios log server

This support forum board is for support questions relating to Nagios Log Server, our solution for managing and monitoring critical log data.
Locked
geremew
Posts: 14
Joined: Wed May 09, 2018 2:22 am

nagios log server

Post by geremew »

hello dears,
please help me on how to query for database activities on nagios log server(example: user creation, deletion ,modification, connecting to DB,and....
also when i create a user on linux server, i am unable to get the following information: who did the activity(user), from where he/she is doing that activity(source address of from where )
could you please help me to fix this issues .
regards
User avatar
mbellerue
Posts: 1403
Joined: Fri Jul 12, 2019 11:10 am

Re: nagios log server

Post by mbellerue »

Building queries takes a bit of experimentation. But we can help get you started.

First, here's a good video on building queries.
https://exchange.nagios.org/directory/T ... -2/details

In order to start querying for data, you will want to see what the logs look like, and what makes them unique from other logs. That way you can apply good filters to get the exact data that you want.

Regarding your second issue, the level of detail you can get from a log is limited by what has actually been logged. If a log entry does not contain user/source IP/etc., then that data will not appear on Log Server. Do the log entries contain user and source IP on the host?
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.

Be sure to check out our Knowledgebase for helpful articles and solutions!
geremew
Posts: 14
Joined: Wed May 09, 2018 2:22 am

Re: nagios log server

Post by geremew »

no it has log source, activities performed, time stamp but it hasnot source and user
User avatar
mbellerue
Posts: 1403
Joined: Fri Jul 12, 2019 11:10 am

Re: nagios log server

Post by mbellerue »

If the logs generated on the host system don't include the information you need, then you have to look at the application that is generating the logs and see if there is a way to add the fields you want to the logged data. Once it's actually logging that data, it will get sent to Log Server, and from there you can query it.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.

Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked