Filtering more than one eventID on Dashboard

This support forum board is for support questions relating to Nagios Log Server, our solution for managing and monitoring critical log data.
Locked
james.liew
Posts: 59
Joined: Wed Feb 22, 2017 1:30 am

Filtering more than one eventID on Dashboard

Post by james.liew »

Hi guys,

I'm trying to filter more than one event ID on the dashboard but i'm having problems with the syntax.

I tried adding multiple filter tabs but that hasn't worked nor has what I've done below. I'm still only getting eventID 5004.
2017-05-09_7-25-07.png
You do not have the required permissions to view the files attached to this post.
User avatar
mcapra
Posts: 3739
Joined: Thu May 05, 2016 3:54 pm

Re: Filtering more than one eventID on Dashboard

Post by mcapra »

You have access to some boolean operators in both the search bar and your filters. OR might be a useful one for this use case:
2017_05_09_09_17_20_Dashboard_Nagios_Log_Server.png
2017_05_09_09_17_33_Dashboard_Nagios_Log_Server.png
Here's a good overview of the Lucene syntax, which is used extensively throughout Elasticsearch and can help you write some very granular searches:
http://www.lucenetutorial.com/lucene-query-syntax.html
You do not have the required permissions to view the files attached to this post.
Former Nagios employee
https://www.mcapra.com/
Locked