Custom Field Handling in Elasticsearch: Managing Total Number of Fields Limit

While using Elasticsearch to handle custom fields in your product, you soon hit the limit of the total number of fields in an index. Now, there are two ways to go.

1. Increase this limit just by updating index.mapping.total_fields.limit with a higher number. This will require additional memory for your Elasticsearch cluster.