terraform-aws-elasticsearch
terraform-aws-elasticsearch copied to clipboard
Terraform module to provision an Elasticsearch cluster with built-in integrations with Kibana and Logstash.
## Describe the Bug The usage section says ``` The table below correctly indicates which inputs are required. ``` This is a bit misleading as the example right underneath this...
## Describe the Bug Validation of `availability_zone_count` were introduced not far ago. It looks valid but fails if I passing ``` availability_zone_count = 2 instance_count = 2 ``` in terragrunt...
## Describe the Bug ES was created without `iam_role_arns`. After adding it and applying it failed with: ``` module.elasticsearch.aws_iam_role.elasticsearch_user[0]: Creating... module.elasticsearch.aws_iam_role.elasticsearch_user[0]: Creation complete after 1s [id=xxx-user] module.elasticsearch.data.aws_iam_policy_document.default[0]: Refreshing state... module.elasticsearch.aws_elasticsearch_domain_policy.default[0]:...
## what Module doesn't work with older ES versions (tested with 1.5 and 2.3) log_publishing_options is not supported in older versions Error creating ElasticSearch domain: InvalidTypeException: Application Logs option cannot...
## Describe the Feature Would be nice to be able to use current-gen EBS volume type `gp3`. ## Expected Behavior Set `instance_type = "gp3"`, then apply to make an elasticsearch...
Logstash
> Terraform module to provision an Elasticsearch cluster with built-in integrations with Kibana and Logstash. Apologies if is somewhere obvious, but where is the logstash, the host and how to...
## Describe the Bug Terraform 13 allows for validation block inside variables and the variables values for label_value_case, label_key_case and id_length_limit are set to incorrect values by default, which is...
## Describe the Feature support defining a custom name for ES domain endpoint. ## Expected Behavior To provide the ability to define a custom endpoint for our ES domain. Expect...
## Describe the Bug When you do not explicitly define advanced_options = { "rest.action.multi.allow_explicit_index" = true } Terraform will try to update the value of rest.action.multi.allow_explicit_index from true to null...
## Describe the Bug Module doesn't work with older ES versions (tested with 1.5 and 2.3) log_publishing_options is not supported in older versions Error creating ElasticSearch domain: InvalidTypeException: Application Logs...