Skip to content

Conversation

@edsiper
Copy link
Member

@edsiper edsiper commented Sep 5, 2023

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

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 edsiper temporarily deployed to pr September 5, 2023 19:34 — with GitHub Actions Inactive
@edsiper edsiper temporarily deployed to pr September 5, 2023 19:34 — with GitHub Actions Inactive
@edsiper edsiper temporarily deployed to pr September 5, 2023 19:34 — with GitHub Actions Inactive
@edsiper edsiper temporarily deployed to pr September 5, 2023 20:05 — with GitHub Actions Inactive
@edsiper
Copy link
Member Author

edsiper commented Sep 12, 2023

all good, CI issues is around another unit test in macOS

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant