-
Notifications
You must be signed in to change notification settings - Fork 538
pipeline: outputs: elasticsearch: add api key as valid auth type #1727
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
pipeline: outputs: elasticsearch: add api key as valid auth type #1727
Conversation
Adds documentation for the HTTP API Key authentication type to the elasticsearch output plugin Signed-off-by: Todd Kennedy <[email protected]>
2160900
to
c0b863f
Compare
Signed-off-by: Todd Kennedy <[email protected]>
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.
Thanks for your contribution @tkennedy1-godaddy! I suggested some editorial changes.
Co-authored-by: Adam Locke <[email protected]> Signed-off-by: Todd Kennedy <[email protected]>
Signed-off-by: Todd Kennedy <[email protected]>
@lockewritesdocs the corresponding code change has been merged FYI. Thank you! |
I think the code change needs to be part of the release to have the docs merge - but I'm not entirely clear if that's actually the 'process'. |
…luent#1727. Signed-off-by: Marat Abrarov <[email protected]>
with the release of v4.1.1 can we get these merged in now? |
Confirmed the commit is in 4.1.1 tag |
Adds documentation for the HTTP API Key authentication type to the elasticsearch output plugin
Companion to fluent/fluent-bit#10461