mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[DOCS] Fixes typo in discover tutorial (#40785)
This commit is contained in:
parent
e6a80a769e
commit
f037ed1621
1 changed files with 3 additions and 3 deletions
|
@ -5,12 +5,12 @@ Using the Discover application, you can enter
|
|||
an {ref}/query-dsl-query-string-query.html#query-string-syntax[Elasticsearch
|
||||
query] to search your data and filter the results.
|
||||
|
||||
. Open *Discover*.
|
||||
. 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.
|
||||
|
||||
. Click the caret to the right of the current index pattern, and select `ba*`.
|
||||
. Click the caret to the right of the current index pattern, and select `ba*`.
|
||||
. In the search field, enter the following string:
|
||||
+
|
||||
[source,text]
|
||||
|
@ -23,7 +23,7 @@ excess of 47,500. It returns results for account numbers 8, 32, 78, 85, and 97.
|
|||
image::images/tutorial-discover-2.png[]
|
||||
|
||||
By default, all fields are shown for each matching document. To choose which
|
||||
fields to display, hover the pointer over the the list of *Available Fields*
|
||||
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.
|
||||
|
||||
For example, if you add the `account_number` field, the display changes to a list of five
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue