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

Adding custom header support (#188) #190

Merged
merged 3 commits into from
Jan 29, 2025

Conversation

mashhurs
Copy link

  • 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/

* recreating PR 187

* update changelog

* fixed client_options to include custom headers

(cherry picked from commit 21de990)
CHANGELOG.md Outdated Show resolved Hide resolved
Copy link
Contributor

@robbavey robbavey left a 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'
Copy link
Contributor

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

Copy link
Author

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

Copy link
Contributor

@flexitrev flexitrev left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Contributor

@robbavey robbavey left a comment

Choose a reason for hiding this comment

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

LGTM

@mashhurs mashhurs merged commit e01e64d into logstash-plugins:3.x Jan 29, 2025
3 checks passed
@mashhurs mashhurs deleted the backport-pr-188 branch January 29, 2025 17:25
@mashhurs
Copy link
Author

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.

3 participants