and
operator. If your search query contains more than one word, the search engine looks for occurrences that contain both words. For example, searching for the term Read Error
returns records that contain both read
and error
and not necessarily in the same sequence. Searches are also not case sensitive. For example, searching for ReadError
returns records that contain both read
and error
. "Read Error"
the search results will only contain records that match the search string exactly. If no records are an exact match of the search string, the search does not yield any result. and
or or
expressions, regular expressions, and mathematical symbols such as <
and >
. ==
>
>=
<
<=
=~
!=
message =~ '\\d{3}'
yields no results since stemming \\d{3}
does not generate any stems. ingress_code__e1001e
can generate supplementary indices such as ingress_code__e1001e_status_code_401
, ingress_code__e1001e_status_code_500
, and so on.