mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 17:34:17 -04:00
Adds a new `index.mapping.total_fields.ignore_dynamic_beyond_limit` index setting. When set to `true`, new fields are added to the mapping as long as the field limit (`index.mapping.total_fields.limit`) is not exceeded. Fields that would exceed the limit are not added to the mapping, similar to `dynamic: false`. Ignored fields are added to the `_ignored` metadata field. Relates to https://github.com/elastic/elasticsearch/issues/89911 To make this easier to review, this is split into the following PRs: - [x] https://github.com/elastic/elasticsearch/pull/102915 - [x] https://github.com/elastic/elasticsearch/pull/102936 - [x] https://github.com/elastic/elasticsearch/pull/104769 Related but not a prerequisite: - [ ] https://github.com/elastic/elasticsearch/pull/102885 |
||
---|---|---|
.. | ||
common-issues | ||
data | ||
disk | ||
snapshot | ||
corruption-issues.asciidoc | ||
discovery-issues.asciidoc | ||
fix-common-cluster-issues.asciidoc | ||
network-timeouts.asciidoc | ||
troubleshooting-searches.asciidoc | ||
troubleshooting-shards-capacity.asciidoc | ||
troubleshooting-unstable-cluster.asciidoc |