terraform-community-modules / tf_aws_elasticsearch

[DEPRECATED] Use https://github.com/terraform-aws-modules/terraform-aws-opensearch
MIT License
79 stars 97 forks source link

Shards issue #54

Closed a-wf closed 2 years ago

a-wf commented 3 years ago

Hello,

I have a issue about illegal_argument_exception", "reason"=>"Validation Failed: 1: this action would add [10] total shards, but this cluster currently has [1992]/[2000] maximum shards open;"}}}}

On the internet, there are explanations that tell to set resize shards. Or to set a data or indexes retention period. But I don't know how to do this with this AWS Terraform module script, for starting preset ELK service.

Do you have some examples?