From 8610b6bec77e2dcc793e8c821c41e3bc3f7328e0 Mon Sep 17 00:00:00 2001 From: May Lee Date: Thu, 30 Oct 2025 09:56:50 -0400 Subject: [PATCH] edit --- content/en/observability_pipelines/search_syntax.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/observability_pipelines/search_syntax.md b/content/en/observability_pipelines/search_syntax.md index 258778468f54f..c74d29664e0e8 100644 --- a/content/en/observability_pipelines/search_syntax.md +++ b/content/en/observability_pipelines/search_syntax.md @@ -128,7 +128,7 @@ The follow are example queries that use Boolean operators: : This query can also be written as: `Hello world`. : **Note**: The message must contain both `hello` and `world` to match. -`hello` AND `status:info` +`hello AND status:info` : Matches logs with a message field that contains `hello` and with `status:info`. `-http.status_code:200`