[DOCS] Fixes errors in KQL examples (#81223) (#81479)

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
gchaps 2020-10-22 06:48:31 -07:00 committed by GitHub
parent 8fb0ff684c
commit 429c0708db
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 4 deletions

View file

@ -115,7 +115,7 @@ KQL supports `>`, `>=`, `<`, and `<=`. For example:
[source,yaml]
-------------------
account_number:>=100 and items_sold:<=200
account_number >= 100 and items_sold <= 200
-------------------
[discrete]

View file

@ -57,8 +57,8 @@ TIP: If you dont see data for a panel, try changing the time range.
. Set a search and filter.
+
[%hardbreaks]
Search: `extension.keyword:( “gz” or “css” or “deb”)`
Filter: `geo.src : CN`
Search: `extension.keyword: ("gz" or "css" or "deb")`
Filter: `geo.src: CN`
*Create the drilldown*
@ -94,4 +94,3 @@ image::images/drilldown_on_panel.png[Drilldown on pie chart that navigates to an
+
You are navigated to your destination dashboard. Verify that the search query, filters,
and time range are carried over.