Hi,
I'm new to elastic and exploring its possibilities to incorporate into our application.
Ours is a multi tenant application and based on several blogs we narrowed down to use Shared index model of elastic where all tenants share a single index.
The question is on field mapping limit, elastic documentation says that the limit is set to 1000 per index and can be changed with imiplications on performance.
In the shared index model if there are 50 tenants and each has 20 unique fields then i have already exhausted the field limit and cannot add new tenants to the index nor add any additional fields to an existing tenant.
Is there any way i can configure the fields so that the limit is not hit? irrespective of the number of tenants?
Note: In our application, we do not restrict the number of fields and user can configure any number of fields he wants to.