Description
In #86223 we adjusted our guidance about node capacity to be more in line with actual resource usage and constraints given recent changes (#77466). The metrics mentioned in the guidance are a little difficult to understand since they depend on opaque mechanisms like mapping deduplication. We should report the relevant stats directly to avoid any misunderstandings.
In particular, in nodes stats we should report the total number estimated overhead of field mappers on each node, and in cluster stats we should report the total number of fields in the cluster (after deduplication).
Edited (2022-06-09) to change "total number of field mappers" to "total estimated overhead of field mappers", because I expect we'll want to refine our "1kB-per-field" guidance in the future, which we can do if we build this guidance into ES too. Total number of field mappers is also likely still useful.
- Estimated overhead of mappers in node stats Introduce node mappings stats #89807
- Field counts & mapping sizes in cluster stats Report overall mapping size in cluster stats #87556
- Update sizing guidance docs to refer to new stats Redefine section on sizing data nodes #90274