| mapped_pages | |||||
|---|---|---|---|---|---|
| applies_to |
|
||||
| products |
|
Use Top hits per entity to display the most relevant documents per entity, for example, the most recent GPS tracks per flight route. To get this data, {{es}} first groups your data using a terms aggregation, then accumulates the most relevant documents based on sort order for each entry using a top hits metric aggregation.
To enable top hits:
- Click Add layer, then select the Top hits per entity layer.
- Configure Data view and Geospatial field.
- Set Entity to the field that identifies entities in your documents. This field will be used in the terms aggregation to group your documents into entity buckets.
- Set Documents per entity to configure the maximum number of documents accumulated per entity. This setting is limited to the
index.max_inner_result_windowindex setting, which defaults to 100.
:::{image} /explore-analyze/images/kibana-top_hits.png :alt: top hits :screenshot: :::