elastic / kibana

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

[Dashboard] Clean up saved object mappings #178425

Open Heenawter opened 8 months ago

Heenawter commented 8 months ago

Describe the feature: As pointed out in https://github.com/elastic/kibana/pull/174714#discussion_r1514144986, our Dashboard saved object mappings should not include the fields that we don't want searchable/indexed (even if index: false is set). We should clean these up, which will require adding "dynamic": false to the control group mapping.

elasticmachine commented 8 months ago

Pinging @elastic/kibana-presentation (Team:Presentation)

ThomThomson commented 7 months ago

This could be done alongside https://github.com/elastic/kibana/issues/167824 with a single migration.