taraslayshchuk / es2csv

Export from an Elasticsearch into a CSV file
Apache License 2.0
510 stars 191 forks source link

Extending --auth to work with ES AWS IAM #72

Open panchicore opened 5 years ago

panchicore commented 5 years ago

When using Amazon Elasticsearch Service protected by AWS Identity and Access Management (IAM), allow es2csv to receive Access Key ID and Secret Access Key.

see before in https://github.com/taskrabbit/elasticsearch-dump where --awsAccessKeyId --awsSecretAccessKey are used.