mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 10:23:14 -04:00
* [DOCS] New tutorial for exploring Kibana with sample data set * [DOCS] Incorporated review comments into sample tutorial * [DOCS] GS: Edits for consistency
27 lines
1,008 B
Text
27 lines
1,008 B
Text
[[tutorial-sample-discover]]
|
|
=== Using Discover
|
|
|
|
In the Discover application, the Flight data is presented in a table. You can
|
|
interactively explore the data, including searching and filtering.
|
|
|
|
* In the side navigation, select *Discover*.
|
|
|
|
The current index pattern appears below the filter bar. An
|
|
<<index-patterns, index pattern>> tells {kib} which {es} indices you want to
|
|
explore.
|
|
|
|
The `kibana_sample_data_flights` index contains a time field. A histogram
|
|
shows the distribution of documents over time.
|
|
|
|
[role="screenshot"]
|
|
image::images/tutorial-sample-discover1.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* and then click *add* next
|
|
to each field you want include as a column in the table.
|
|
|
|
For example, if you add the `DestAirportID` and `DestWeather` fields,
|
|
the display includes columns for those two fields:
|
|
|
|
[role="screenshot"]
|
|
image::images/tutorial-sample-discover2.png[]
|