Hi there,
currently I'm working on a product which uses Elasticsearch.
the current index.mapping.total_fields.limit
is 1000
and due to growing fields in the indexes, I want to increase it upto 5000
.
My question is - Would it impact on Elasticsearch in any way; be it search and retrieval or on previously indexed fields or anything else.
I'm asking this because as the prodcut and log files will increase, I'll be increasing the fields limit, So i just wanted to know the long term effect of this configuration change.