Hello,
Is there some documentation on the search expressions that can be used on Log Server search box?
Thanks!
search expressions for log server
Re: search expressions for log server
There are three types of searches that you can use in Nagios Log Server: lucene, regex, and topN. Lucene is the most common, and you can find a good reference guide here:
http://www.lucenetutorial.com/lucene-query-syntax.html
As for regular expression, you might follow a guide similar to this - standard regex should work:
http://www.cheatography.com/davechild/c ... pressions/
http://www.lucenetutorial.com/lucene-query-syntax.html
As for regular expression, you might follow a guide similar to this - standard regex should work:
http://www.cheatography.com/davechild/c ... pressions/
Re: search expressions for log server
Thanks! Very useful resources.
Re: search expressions for log server
Let me know if you have any further questions. Thanks!