Add NATS client as option for publishing container logs#27841
Closed
wallyqs wants to merge 1 commit intomoby:masterfrom
Closed
Add NATS client as option for publishing container logs#27841wallyqs wants to merge 1 commit intomoby:masterfrom
wallyqs wants to merge 1 commit intomoby:masterfrom
Conversation
21353b5 to
4f77e52
Compare
777d4c2 to
3741cb1
Compare
9daf57e to
a2b3dd3
Compare
Signed-off-by: Waldemar Quevedo <[email protected]>
a2b3dd3 to
a8bdcbf
Compare
Member
|
Thanks for submitting, we really want to move log drivers out to plugins. Closing since we really don't want to add another built-in driver right now. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This enables the Docker Engine to be able to use a NATS transport for emitting the log entries under a customizable subject via
-log-driver natsIt also supports opt-in TLS custom connections to the server with certificates which the client also supports.
Docs with example usage are available on branch at:
docker/docs#369
Adding demo below too
Any feedback would be greatly appreciated :)
Signed-off-by: Waldemar Quevedo [email protected]