Skip to content

fix(elasticsearch sink): host is not required when provider is AWS#1164

Merged
bruceg merged 2 commits intomasterfrom
fix-elasticsearch-host
Nov 13, 2019
Merged

fix(elasticsearch sink): host is not required when provider is AWS#1164
bruceg merged 2 commits intomasterfrom
fix-elasticsearch-host

Conversation

@bruceg
Copy link
Copy Markdown
Member

@bruceg bruceg commented Nov 9, 2019

The elasticsearch has a host configuration setting that was non-optional, but the AWS provider does not actually require it as it can be worked out from either the region or endpoint settings. This change fixes this extraneous requirement.

Fixes #1162

Signed-off-by: Bruce Guenter <bruce@untroubled.org>
Signed-off-by: Bruce Guenter <bruce@untroubled.org>
@bruceg bruceg added type: bug A code related bug. sink: elasticsearch Anything `elasticsearch` sink related domain: config Anything related to configuring Vector labels Nov 9, 2019
@bruceg bruceg requested a review from lukesteensen November 9, 2019 20:14
Copy link
Copy Markdown
Member

@lukesteensen lukesteensen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

@binarylogic
Copy link
Copy Markdown
Contributor

Ref #1084 will be changing the implementation of this.

@bruceg
Copy link
Copy Markdown
Member Author

bruceg commented Nov 12, 2019

Ref #1084 will be changing the implementation of this.

Are you suggesting to defer merging this then, or is this just a note that #1084 will affect this?

@binarylogic
Copy link
Copy Markdown
Contributor

Just noting it's related, no changes necessary here. I want to package all of those changes into a single release.

@bruceg bruceg merged commit a272f63 into master Nov 13, 2019
@bruceg bruceg deleted the fix-elasticsearch-host branch November 13, 2019 19:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

domain: config Anything related to configuring Vector sink: elasticsearch Anything `elasticsearch` sink related type: bug A code related bug.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Unintentionally requiring host for ES AWS config

3 participants