Skip to content

Releases: snowplow-devops/terraform-aws-elasticsearch-loader-kinesis-ec2

Release 0.5.0

05 Feb 16:00
Compare
Choose a tag to compare

Update LICENSE to SLULA (#16)
Bump version to v2.1.2 (#17)

Release 0.4.3

17 Jan 11:00
Compare
Choose a tag to compare

Bump service module to 0.2.1 (#14)

Release 0.4.2

22 Jun 06:03
b460e3c
Compare
Choose a tag to compare

Bump service module to v0.2.0 (#13)

Release 0.4.1

09 Mar 08:17
Compare
Choose a tag to compare

Bump service module to v0.1.1 (#11)

Release 0.4.0

28 Feb 05:15
Compare
Choose a tag to compare

Use service module and leverage IMDSv2 (#8)
Bump app_version to 2.0.9 (#9)

Release 0.3.0

25 Nov 05:04
3c4b343
Compare
Choose a tag to compare

Increase memory allocation for application (#7)

Release 0.2.0

19 Oct 03:21
Compare
Choose a tag to compare

Updated to new Elasticsearch Loader version 2.0.8 which brings with it a huge number of bug fixes and also crucially Elasticsearch v7+ Support.

Basic-auth and IAM role based access should continue to work as previously without any changes required as the same Elasticsearch APIs are being used.

To update:

  1. Change in_stream_type to one of the new allowed keys - ENRICHED_EVENTS, BAD_ROWS or JSON
  2. Remove es_cluster_name as this variable is no longer used
  3. Append buffer_ in front of the byte_limit, record_limit and time_limit_ms variables

Release 0.1.1

17 Sep 12:54
Compare
Choose a tag to compare

Fixed doc strings referencing other projects.

Initial release

17 Sep 09:40
79fb647
Compare
Choose a tag to compare

Added support for deploying a Snowplow Elasticsearch Loader for both good and bad data with authentication support for OpenSearch (Amazon Elasticsearch Service) as well as vanilla Elasticsearch deployments.