You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix index name parsed incorrectly if index format contains hyphen (#18)
If index format contains hyphen such as `index-2018-08-11`, the index date
is parsed as `index-2018-08` rather than `index`.
VPC support for the Lambda function (#10)
* Lambda function compatible with AWS ES VPC
When your Elasticsearch is running inside your VPC, you also need to run your Lambda function inside your VPC.
Features:
* Create Security Group for Lambda
* Extend IAM role to allow VPC execution
* Add the variables subnet_ids
* Add docs for lambda VPC support
* add tags and prefix to lambda
* clean-up python function
* add compatibility for public/vpc