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

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

@edsiper edsiper merged commit 41783d2 into master Sep 12, 2023
41 of 43 checks passed
@edsiper edsiper deleted the forward-options branch September 12, 2023 04:24
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