-
Notifications
You must be signed in to change notification settings - Fork 134
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to configure the total field limit for an elasticsearch index #327
Comments
Hi @JesseDavda can you link to the documentation for the specific index setting that would control this? |
Hi @phillbaker this is a link to an elastic search forum post regarding increasing the field limit. I haven't been able to find it in their official documentation, but I can confirm that this setting is accepted and does increase the field limit |
What I haven't been able to achieve is to import an existing index and then increasing this sort of limit. The behaviour I get is a "force replacement" on the mappings resource field. Steps:
Any pointers @phillbaker ? |
@phillbaker bump, this is a blocker for me implementing your provider in production. Any updates? |
I'm using Terraform v1.3.5 and provider version v2.0.7. I have a large index (over 1000 fields) that fails to create with the error:
As far as I can see there are no arguments in either the
elasticsearch_index
or theelasticsearch_cluster_settings
resources that allow configuration of this value.My resource Terraform code:
The text was updated successfully, but these errors were encountered: