Discover your data
editDiscover your data
editUsing Discover, enter an Elasticsearch query to search your data and filter the results.
-
Open the menu, then go to Discover.
The
shakes*
index pattern appears. -
To make
ba*
the index, click the Change Index Pattern dropdown, then selectba*
.By default, all fields are shown for each matching document.
-
In the Search field, enter the following:
account_number<100 AND balance>47500
The search returns all account numbers between zero and 99 with balances in excess of 47,500. Results appear for account numbers 8, 32, 78, 85, and 97.
-
Hover over the list of Available fields, then click Add next to each field you want include in the table.
For example, when you add the
account_number
field, the display changes to a list of five account numbers.
Now that you know what your documents contain, it’s time to gain insight into your data with visualizations.