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
filter_rewrite_tag: add and-combination for rules (#349)
* filter_rewrite_tag: add and-combination for rules
description for and-combination for rewrite_tag filter rules
PR: fluent/fluent-bit#2399
Signed-off-by: Michael Voelker <novecento@gmx.de>
* Apply suggestions from code review
Signed-off-by: Lynette Miles <6818907+esmerel@users.noreply.github.com>
* Apply suggestions from code review
Signed-off-by: Lynette Miles <6818907+esmerel@users.noreply.github.com>
---------
Signed-off-by: Michael Voelker <novecento@gmx.de>
Signed-off-by: Lynette Miles <6818907+esmerel@users.noreply.github.com>
Co-authored-by: Lynette Miles <6818907+esmerel@users.noreply.github.com>
In cases using multiple rules, the rules are passed through in order until one matches. With `AND_COMBINE` using the value `true` as optional fifth component, the rule is combined with the following rule like an 'and' combination. If the first and following rule match, the message is retagged with the tag in the last matched rule.
0 commit comments