Skip to content

Releases: dprosper/vpc-flowlogs-elasticsearch

v0.0.9: Merge pull request #1 from dprosper/es_7

28 Jan 15:39
b525077
Compare
Choose a tag to compare
  • Updates to support Elasticsearch 7
  • Fixes an issue that objects were not getting deleted from the incoming cos bucket when they contained 0 flow logs.

Enhancements

27 Oct 12:00
Compare
Choose a tag to compare
  • Flow logs are now indexed as individual documents as opposed to previously indexed the entire object coming from cos which could have included 1 flow log to voer 50 flow logs
  • added a new flag to the index command --recreateIndex when used will delete the existing index and create a new one
  • changed the mapping template to set the type for initiator_ip and target_ip fields to ip
  • changed the mapping template to set the type for end_time and start_time fields to date
  • updated the code to change the end_time and start_time values of empty string to null

removed hard coded indexname in search

22 Oct 21:01
Compare
Choose a tag to compare

The indexName was hard coded when performing searches, swithced to using the config file or environment variable to read the indexName

Added support for environment variables

03 Oct 06:20
Compare
Choose a tag to compare
Update index.go

removed debug code

Cleaned up the logging

03 Oct 04:38
Compare
Choose a tag to compare

cleaning up of logging

Public release

02 Oct 14:11
Compare
Choose a tag to compare
v0.0.4

Update README.md

Release Candidate

01 Oct 01:12
Compare
Choose a tag to compare
v0.0.3

Update README.md

Prepping for public publishing

30 Sep 12:36
Compare
Choose a tag to compare
v0.0.2

Update README.md

Initial

29 Sep 16:05
Compare
Choose a tag to compare
v0.0.1

Update README.md