We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc55174 commit fa232edCopy full SHA for fa232ed
content/en/observability_pipelines/search_syntax.md
@@ -128,7 +128,7 @@ The follow are example queries that use Boolean operators:
128
: This query can also be written as: `Hello world`.
129
: **Note**: The message must contain both `hello` and `world` to match.
130
131
-`hello` AND `status:info`
+`hello AND status:info`
132
: Matches logs with a message field that contains `hello` and with `status:info`.
133
134
`-http.status_code:200`
0 commit comments