Logs facet filter
Log facets are auto-extracted from the log line. To explore and filter by log facets, follow these steps:
|
-
Expand the source under the Sources section to view the log facets associated with the source.
-
Expand on the log facets list to view the values and its count.
-
To view the log lines with a specific value, click on the facet value to Include/Exclude that line.
-
Alternatively, perform log facet search directly from the search bar.
-
Include the
@
prefix to denote a log facet. For example, use@source.facet="value"
. -
Choose the comparison operator:
- =~
-
Regex expression equal
- !~
-
Regex expression not equal
- !=
-
Not equal
- =
-
Equal (default)
-