Skip to content
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

aws_elasticsearch_domain: cant change advanced_options #5070

Closed
thattommyhall opened this issue Feb 9, 2016 · 2 comments
Closed

aws_elasticsearch_domain: cant change advanced_options #5070

thattommyhall opened this issue Feb 9, 2016 · 2 comments

Comments

@thattommyhall
Copy link

If I toggle rest.action.multi.allow_explicit_index or indices.fielddata.cache.size in the eg below it does not update (plan returns nothing).

I think it is read on creation as I think rest.action.multi.allow_explicit_index was false (as I made it initially, not the default)

resource "aws_elasticsearch_domain" "logs" {
  domain_name = "logs"
  advanced_options {
    "rest.action.multi.allow_explicit_index" = false
    "indices.fielddata.cache.size" = 80
  }
  access_policies = "{\"Version\":\"2012-10-17\",\"Statement\":[{\"Action\":\"es:*\",\"Principal\":\"*\",\"Resource\":\"arn:aws:es:eu-west-1:XXXXXXXXXXXX:domain/logs/*\",\"Effect\":\"Allow\",\"Condition\":{\"IpAddress\":{\"aws:SourceIp\":[\"${aws_eip.public-a-nat.public_ip}\",\"${aws_eip.public-b-nat.public_ip}\",\"${aws_eip.public-c-nat.public_ip}\",\"${aws_instance.logstash.public_ip}\",\"X.X.153.3\",\"X.X.153.6\",\"X.X.160.130\"]}}}]}"
  snapshot_options {
    "automated_snapshot_start_hour" = 5
  }
}
@radeksimko
Copy link
Member

Thanks for the report, however we have an open issue for this exact bug already. It's here:
#3980

Closing this as a duplicate.

@ghost
Copy link

ghost commented Apr 28, 2020

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.

If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@ghost ghost locked and limited conversation to collaborators Apr 28, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants