-
Notifications
You must be signed in to change notification settings - Fork 86
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
Adding custom header support (#188) #190
Conversation
* recreating PR 187 * update changelog * fixed client_options to include custom headers (cherry picked from commit 21de990)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Still needs the normalize config support mixin
@@ -24,7 +24,6 @@ Gem::Specification.new do |s| | |||
s.add_runtime_dependency 'elasticsearch', ">= 7.14.9" # LS >= 6.7 and < 7.14 all used version 5.0.5 | |||
s.add_runtime_dependency 'manticore', ">= 0.7.1" | |||
s.add_runtime_dependency 'logstash-mixin-ca_trusted_fingerprint_support', '~> 1.0' | |||
s.add_runtime_dependency 'logstash-mixin-normalize_config_support', '~>1.0' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is still an active dependency in this branch
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oops, indeed!
I have put it back with d72f5a8 commit
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
recreating PR 187
update changelog
fixed client_options to include custom headers
(cherry picked from commit 21de990)
Thanks for contributing to Logstash! If you haven't already signed our CLA, here's a handy link: https://www.elastic.co/contributor-agreement/