Find the exact word

This support forum board is for support questions relating to Nagios Log Server, our solution for managing and monitoring critical log data.
Locked
jabi27
Posts: 34
Joined: Thu Jan 19, 2017 4:30 pm

Find the exact word

Post by jabi27 »

Hi

When searching for ex

program:"BROKER-PROD"

we gets records for

BROKER-PROD and BROKER-PROD-ACCESS

What should I use in order to only have BROKER-PROD ?

Thanks and best

/Jan
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: Find the exact word

Post by ssax »

Here is what I had to do:

Code: Select all

("BROKER-PROD") AND NOT (ACCESS)
Locked