LogsDB: Add synthetic_source_keep = none to arrays where order/duplicates do not matter #2376
Open
1 of 4 tasks
Labels
enhancement
New feature or request
For array fields treated as unordered sets, we should add
synthetic_source_keep: "none"
to the mappings to optimize storage under LogsDB. Fields likehost.ip
andrelated.ip
would 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
Tasks
The text was updated successfully, but these errors were encountered: