How does index.mapping.total_field.limit works with multiple indices in an elasticsearch cluster?
Let's say if I need to increase the index.mapping.total_field.limit
from the default 1000 to 2000 then will it be better to split the indices into two (in the same elasticsearch cluster) with each having index.mapping.total_field.limit
set to the default 1000.
Elasticsearch Version - 7.7.1