Skip to content

Commit fa232ed

Browse files
authored
edit (#32495)
1 parent fc55174 commit fa232ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/observability_pipelines/search_syntax.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ The follow are example queries that use Boolean operators:
128128
: This query can also be written as: `Hello world`.
129129
: **Note**: The message must contain both `hello` and `world` to match.
130130

131-
`hello` AND `status:info`
131+
`hello AND status:info`
132132
: Matches logs with a message field that contains `hello` and with `status:info`.
133133

134134
`-http.status_code:200`

0 commit comments

Comments
 (0)