From 3b8db1b23cae4ac7797ea67dbabc9dfaaa223fd4 Mon Sep 17 00:00:00 2001 From: KOTungseth Date: Mon, 2 Mar 2020 15:44:41 -0600 Subject: [PATCH 1/2] Cl[DOCS] arification in tutorial --- .../getting-started/tutorial-discovering.asciidoc | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/docs/getting-started/tutorial-discovering.asciidoc b/docs/getting-started/tutorial-discovering.asciidoc index 48e5bed6a4ba77..274b2181e77515 100644 --- a/docs/getting-started/tutorial-discovering.asciidoc +++ b/docs/getting-started/tutorial-discovering.asciidoc @@ -1,18 +1,18 @@ [[tutorial-discovering]] === Discover your data -Using the Discover application, you can enter +Using the Discover application, enter an {ref}/query-dsl-query-string-query.html#query-string-syntax[Elasticsearch query] to search your data and filter the results. . Open *Discover*. + -The current index pattern appears below the filter bar, in this case `shakes*`. -You might need to click *New* in the menu bar to refresh the data. +The current index pattern appears below the filter bar, in this tutorial `shakes*` appears. +To refresh the data, click *New*. -. Click the caret to the right of the current index pattern, and select `ba*`. +. To make `ba*` the current index, click the index pattern dropdown, then select `ba*`. + -By default, all fields are shown for each matching document. +By default, all fields are shown for each matching document. . In the search field, enter the following string: + @@ -25,9 +25,8 @@ excess of 47,500. Results appear for account numbers 8, 32, 78, 85, and 97. [role="screenshot"] image::images/tutorial-discover-2.png[] + -. To choose which -fields to display, hover the pointer over the list of *Available fields* -and then click *add* next to each field you want include as a column in the table. +. Hover over the list of *Available fields*, then +click *add* next to each field you want include as a column in the table. + For example, if you add the `account_number` field, the display changes to a list of five account numbers. From f772384e55f7c63b79205fc3e3154e5d55643930 Mon Sep 17 00:00:00 2001 From: KOTungseth Date: Mon, 9 Mar 2020 11:56:19 -0500 Subject: [PATCH 2/2] Review comments --- docs/getting-started/tutorial-discovering.asciidoc | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/getting-started/tutorial-discovering.asciidoc b/docs/getting-started/tutorial-discovering.asciidoc index 274b2181e77515..355477286d445a 100644 --- a/docs/getting-started/tutorial-discovering.asciidoc +++ b/docs/getting-started/tutorial-discovering.asciidoc @@ -1,20 +1,19 @@ [[tutorial-discovering]] === Discover your data -Using the Discover application, enter +Using *Discover*, enter an {ref}/query-dsl-query-string-query.html#query-string-syntax[Elasticsearch query] to search your data and filter the results. . Open *Discover*. + -The current index pattern appears below the filter bar, in this tutorial `shakes*` appears. -To refresh the data, click *New*. +The `shakes*` index pattern appears. . To make `ba*` the current index, click the index pattern dropdown, then select `ba*`. + By default, all fields are shown for each matching document. -. In the search field, enter the following string: +. In the search field, enter: + [source,text] account_number<100 AND balance>47500 @@ -28,7 +27,7 @@ image::images/tutorial-discover-2.png[] . Hover over the list of *Available fields*, then click *add* next to each field you want include as a column in the table. + -For example, if you add the `account_number` field, the display changes to a list of five +For example, when you add the `account_number` field, the display changes to a list of five account numbers. + [role="screenshot"]