You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]>
0 commit comments