elasticsearch/docs/reference/troubleshooting
Felix Barnsteiner f642b8a3aa
Add setting to ignore dynamic fields when field limit is reached (#96235)
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
2024-02-02 05:53:52 -05:00
..
common-issues Add setting to ignore dynamic fields when field limit is reached (#96235) 2024-02-02 05:53:52 -05:00
data Adding specific items into troubleshooting guide (#88105) 2022-08-03 17:00:34 +02:00
disk Disk indicator troubleshooting guides (#90504) 2022-10-14 15:24:21 +02:00
snapshot Update add-repository.asciidoc (#92945) 2023-01-16 17:20:21 +02:00
corruption-issues.asciidoc Mention IndexFormatToo{Old,New}Exception as corruption (#104204) 2024-01-10 08:54:07 -05:00
discovery-issues.asciidoc Enhance docs around network troubleshooting (#97305) 2023-07-10 10:57:44 +01:00
fix-common-cluster-issues.asciidoc [+DOC] Troubleshooting / Mapping Explosion (#95397) 2023-04-27 11:08:56 -06:00
network-timeouts.asciidoc Clarify that we need stack dumps of the main process (#103391) 2023-12-13 08:41:30 -05:00
troubleshooting-searches.asciidoc Search-Troubleshoot | Most Recent Record (#94409) 2023-03-23 08:04:49 -06:00
troubleshooting-shards-capacity.asciidoc Add shards capacity troubleshooting guide (#95208) 2023-04-19 09:24:07 +02:00
troubleshooting-unstable-cluster.asciidoc [DOCS] Add 'Troubleshooting an unstable cluster' to nav (#99287) 2023-09-08 13:42:50 +02:00