elastic / kibana

Your window into the Elastic Stack
https://www.elastic.co/products/kibana
Other
19.77k stars 8.17k forks source link

[Search] Improve meta fields handling #178179

Open kertal opened 7 months ago

kertal commented 7 months ago

In Kibana Advanced setting Meta fields can be defined

image

Information about ES Meta fields: https://www.elastic.co/guide/en/elasticsearch/reference/current/mapping-fields.html

This setting originated of times when fetching _source was the default. it's used to merge the meta fields of the result into the displayed document, so it's available for field selection, and visible in the Document column

Discover_-_Elastic

In the given example the meta field _tier was added, but since it's not requested, no results are being displayed. This should be improved:

Out of scope, but worth to think about

elasticmachine commented 7 months ago

Pinging @elastic/kibana-data-discovery (Team:DataDiscovery)