Skip to content

v0.25.0

Compare
Choose a tag to compare
@cloudpossebot cloudpossebot released this 12 Dec 07:52
0709447
[GH Issue 85] Support Audit Logging @neuroticnetworks (#86)

what

  • This PR enables AUDIT_LOGS support in the CloudPosse ES Module.

why

  • There are currently four types of logs supported by Terraform Elasticsearch: INDEX_SLOW_LOGS, SEARCH_SLOW_LOGS, ES_APPLICATION_LOGS, and AUDIT_LOGS (xref log_publishing_options here) The CloudPosse module currently supports the first of these log types, but does not allow you to enable AUDIT_LOGS.

references