terraform-aws-elasticsearch icon indicating copy to clipboard operation
terraform-aws-elasticsearch copied to clipboard

Application Logs option cannot be specified for Elasticsearch version : 2.3 (same for 1.5)

Open j00p34 opened this issue 4 years ago • 1 comments

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 option cannot be specified for Elasticsearch version : 2.3

Expected Behavior

Elasticsearch gets created

Steps to Reproduce

Set Elasticsearch version to 1.5 or 2.3

j00p34 avatar Feb 18 '21 13:02 j00p34

I've just made a PR for this: https://github.com/cloudposse/terraform-aws-elasticsearch/pull/103

JoostSaanen avatar Feb 18 '21 15:02 JoostSaanen