kibana/docs/discover/field-statistics.asciidoc
florent-leborgne 8e7fb7a77e
[Docs] Update nav instructions and sample data installation to accommodate for the solution views (#199163)
This PR:
- updates navigation instructions to accommodate for the navigation
changes related to solution views.
- updates instructions for adding sample data to rely on the
integrations page instead of the home page, that only exists with the
classic solution view
- updates references to the home page to avoid confusing users using one
of the new solution views

Closes: https://github.com/elastic/platform-docs-team/issues/529
Closes: https://github.com/elastic/platform-docs-team/issues/540
2024-11-08 11:10:32 +01:00

54 lines
1.9 KiB
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

[[show-field-statistics]]
== View field statistics
Explore the fields in your data with the *Field statistics* view in *Discover* and
answer such questions as:
* What does the latency
look like when one of the containers is down on a Sunday?
* Is the field type and format in the data view appropriate
for the data and its cardinality?
This example explores the fields in
the <<gs-get-data-into-kibana, sample web logs data>>, or you can use your own data.
. Go to *Discover*.
. Expand the {data-source} dropdown, and select *Kibana Sample Data Logs*.
. If you dont see any results, expand the time range, for example, to *Last 7 days*.
. Click *Field statistics*.
+
The table summarizes how many documents in the sample contain each field for the selected time period
the number of distinct values, and the distribution.
+
[role="screenshot"]
image::images/field-statistics-view.png["Field statistics view in Discover showing a summary of document data."]
. Expand the `hour_of_day` field.
+
For numeric fields, *Discover* provides the
document statistics, minimum, median, and
maximum values, a list of top values, and a distribution chart.
Use this chart to get a better idea of how the values
in the data are clustered.
+
[role="screenshot"]
image::images/field-statistics-numeric.png["Field statistics for a numeric field."]
. Expand the `geo.coordinates` field.
+
For geo fields, *Discover* provides the document statistics,
examples, and a map of the coordinates.
+
[role="screenshot"]
image::images/field-statistics-geo.png["Field statistics for a geo field."]
. Explore additional field types to see the statistics that *Discover* provides.
. To create a visualization of the field data, click
image:images/visualization-icon.png[Click the magnifying glass icon to create a visualization of the data in Lens]
or
image:images/map-icon.png[Click the Maps icon to explore the data in a map]
in the *Actions* column.