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

out_forward: add new 'add_option' configuration property #7897

Merged
merged 1 commit into from
Sep 12, 2023

Commits on Sep 5, 2023

  1. out_forward: add new 'add_option' configuration property

    Forward protocol supports metadata through the 'options' feature. This information
    is appended to the whole payload and normally is handled only by the Forward plugin
    implementation.
    
    This plugin extends Fluent Bit Forward configuration where now is possible to set arbitrary
    options key/value pairs (strings) for very advanced use cases. Usage:
    
    [OUTPUT]
        name        forward
        match       *
        add_option  key1 val1
        add_option  key2 val2
    
    Signed-off-by: Eduardo Silva <[email protected]>
    edsiper committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    1490882 View commit details
    Browse the repository at this point in the history