You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The parameters timeout, master_timeout, and include_type_name cannot be set through index settings, and so are currently inaccessible in Terraform.
Describe alternatives you've considered
Since the majority of the query parameters cannot be defined by index settings, to use them you must invoke the ES API directly instead of using the Terraform provider resource.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Currently there is no way to set query parameter options when creating an index
Describe the resource you would like to have implemented.
Resource
elasticstack_elasticsearch_index
: https://registry.terraform.io/providers/elastic/elasticstack/latest/docs/resources/elasticsearch_indexES API
Create index API
: https://www.elastic.co/guide/en/elasticsearch/reference/7.17/indices-create-index.htmlDescribe the solution you'd like
Make available in the Terraform resource the query parameter options for the API: https://www.elastic.co/guide/en/elasticsearch/reference/7.17/indices-create-index.html#indices-create-api-query-params
The parameters
timeout
,master_timeout
, andinclude_type_name
cannot be set through index settings, and so are currently inaccessible in Terraform.Describe alternatives you've considered
Since the majority of the query parameters cannot be defined by index settings, to use them you must invoke the ES API directly instead of using the Terraform provider resource.
The text was updated successfully, but these errors were encountered: