Support for this is in-progress in Elasticsearch and will be first available in 8.16.
- [ ] https://github.com/elastic/ecs/pull/2422
- [ ] Update [ecs@mappings](https://github.com/elastic/elasticsearch/blob/main/x-pack/plugin/core/template-resources/src/main/resources/ecs%40mappings.json) dynamic template in elastic/elasticsearch
- [ ] https://github.com/elastic/package-spec/issues/861
- [ ] https://github.com/elastic/integrations/issues/12485
For array fields treated as unordered sets, we should add
synthetic_source_keep: "none"to the mappings to optimize storage under LogsDB. Fields likehost.ipandrelated.ipwould be candidates because order and duplicates are irrelevant.Adding this option prevents the array field from being stored in
_source.Support for this is in-progress in Elasticsearch and will be first available in 8.16.
References
Related