Skip to main content

11. Log Search Recommendation

Log Search Recommendation

Sl.NoFieldDescription
1From & To DateOption to select a date range.
2Facility & PriorityOption to select from predefined list of Facility & Severity.
3HostThe host name.
The search is always a "Starts With" search.
For example, a search term of abc will look for all hostnames starting with abc.
4IP AddressThe search term for the IP Address.
The search is always a "Starts With" search.
For example, a search term of 170 will look for all IP addresses starting with 170.
5MessageThe search term for the message.

Operators:
+ signifies AND operation
• a space (no operator) signifies OR operation
- negates a single token
" " wraps multiple tokens to signify a phrase search
* at the end of a term signifies a prefix query

By default, the words in the search term are combined as OR, and the search looks for exact words.

Examples (enter without surrounding quotes):
1. login admin userlogin OR admin OR user → searches for logs containing any of these words.
2. login +admin +userlogin AND admin AND user → searches for logs containing all of these words.
3. login -adminlogin AND (NOT admin) → searches for logs containing login but not admin.
4. "john-doe" → searches for logs that match the exact phrase john-doe. Special characters are usually ignored.
6HelpClick Help for more information about the search operators and examples to narrow the scope of your search.