Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue #71 - add environment variable support for elasticsearch endpoint #73

Merged
merged 2 commits into from
Jun 5, 2020

Conversation

saravanan30erd
Copy link
Contributor

Fixes #71

Added environment variable support for elasticsearch endpoint.

export ENDPOINT=https://test-es-somerandomvalue.eu-west-1.es.amazonaws.com

Users can use either argument -endpoint OR environment variable ENDPOINT to specify AWS ElasticSearch endpoint. If we mention both argument and env variable then argument -endpoint value takes high precedence and used.

@abutaha abutaha merged commit 8264122 into abutaha:master Jun 5, 2020
@ted-fastly
Copy link

thanks for this! I put it into production today.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[feat req] allow passing the Elasticsearch endpoint via environment vars
3 participants