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

fluent-bit: multi-instance support #1294

Merged
merged 1 commit into from
Jan 6, 2020

Commits on Dec 27, 2019

  1. fluent-bit: multi-instance support

    To run multiple plugin instances at the same time, the plugin instance
    must be registered and later retrieved.
    
    Additionally, a list of registered plugin instances must be stored for
    proper disposal during fluent-bit shutdown.
    
    Based on the [out_multiinstance example] in the upstream repository.
    
    [out_multiinstance example]: https://github.com/fluent/fluent-bit-go/blob/fc386d263885e50387dd0081a77adf4072e8e4b6/examples/out_multiinstance/out.go
    
    Signed-off-by: Jens Erat <email@jenserat.de>
    JensErat committed Dec 27, 2019
    Configuration menu
    Copy the full SHA
    ebbe083 View commit details
    Browse the repository at this point in the history