Search found 5 matches

by mgsteiner
Fri Apr 24, 2020 2:16 am
Forum: Nagios Log Server
Topic: Windows EventLogs indexing
Replies: 3
Views: 198

Re: Windows EventLogs indexing

After applying the following filter for eventlog, our NLS is now able to process all the events coming from servers around the world with the proper @timestamp , which is based on EventTime instead of ReceivedEventTime: if ([type] == "eventlog" and "" in [EventTime]) { date { mat...
by mgsteiner
Mon Apr 20, 2020 5:13 am
Forum: Nagios Log Server
Topic: Windows EventLogs indexing
Replies: 3
Views: 198

Windows EventLogs indexing

Hi all, When my nagios log server received the eventLogs messages from windows servers is indexing them using the receiving @timestamp value. Now, I would like to use the EventTime value from the eventlog to do the indexing and also to replace the value of @timestamp. how can I do that? Thanks a lot...
by mgsteiner
Thu Jun 07, 2018 1:46 am
Forum: Nagios Log Server
Topic: Cluster and Index view are not working
Replies: 2
Views: 522

Cluster and Index view are not working

Hello all, Recently we updated our NLS Free license to a Single Instance . Until the License Upgrade everything was working fine, but after installing the new license, the web access to Cluster Status and Index Status are not anymore working. :shock: Does anybody had such problems?, any hint? Thanks...
by mgsteiner
Wed May 23, 2018 9:47 am
Forum: Nagios Log Server
Topic: Query Nagios Log Server logs entries using API
Replies: 3
Views: 917

Re: Query Nagios Log Server logs entries using API

The API doesn't allow much in the way of querying - there is the /usr/local/nagios/libexec/check_nagioslogserver.php script that you can review to get an idea of how to submit a query, but will only return the number of entries that a query matched. Thanks for the reply.! I'm having the script and ...
by mgsteiner
Tue May 22, 2018 9:50 am
Forum: Nagios Log Server
Topic: Query Nagios Log Server logs entries using API
Replies: 3
Views: 917

Query Nagios Log Server logs entries using API

Hello all,

I would like to query the logs entries on Nagios Log Server from a script using the API.
Can anybody provide me with some help, where to start or samples?
Does anybody has experience doing that query from Talend using JSON ?

Thanks a lot in advance
BR
Max