From 2fae7cd457f6606dc4c92e889ae8c5242edc480c Mon Sep 17 00:00:00 2001 From: Gail Chappell Date: Thu, 19 Nov 2020 13:29:30 -0800 Subject: [PATCH] [DOCS] Fixes typo in KQL doc --- docs/discover/kuery.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/discover/kuery.asciidoc b/docs/discover/kuery.asciidoc index 35f1160ee834d..c1d287fca1f44 100644 --- a/docs/discover/kuery.asciidoc +++ b/docs/discover/kuery.asciidoc @@ -147,7 +147,7 @@ To match multiple fields: machine.os*:windows 10 ------------------- -This sytax is handy when you have text and keyword +This syntax is handy when you have text and keyword versions of a field. The query checks machine.os and machine.os.keyword for the term `windows 10`.