aboutsummaryrefslogtreecommitdiff
path: root/docs/discover.asciidoc
blob: 32b4c4f9e042dc3a09a086f4856d425b18b62c88 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[[discover]]
= Discover

[partintro]
--
You can interactively explore your data from the Discover page. You have access to every document in every index that
matches the selected index pattern. You can submit search queries, filter the search results, and view document data.
You can also see the number of documents that match the search query and get field value statistics. If a time field is
configured for the selected index pattern, the distribution of documents over time is displayed in a histogram at the
top of the page.

image::images/Discover-Start-Annotated.png[Discover]
--

include::discover/set-time-filter.asciidoc[]

include::discover/search.asciidoc[]

include::discover/field-filter.asciidoc[]

include::discover/document-data.asciidoc[]

include::discover/context.asciidoc[]

include::discover/viewing-field-stats.asciidoc[]