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.
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.