elastic / kibana

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

[Discover] Deprecate discover:searchFieldsFromSource Advanced Setting #196501

Open kertal opened 1 week ago

kertal commented 1 week ago

The discover:searchFieldsFromSource advanced setting allowed users to switch back to the old behavior of using _source for search requests instead of the fields option. This setting only affects internal request logic to Elasticsearch for rendering the Discover grid and fields sidebar.

Image

We will remove this setting and all associated code/tests in v9.0 to reduce code complexity in Discover, as it has been 3 years since the switch to the fields API.

elasticmachine commented 1 week ago

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