Splitting from one input to two outputs #9680
-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
This is normal behaviour, have a look at the routing section: https://docs.fluentbit.io/manual/concepts/data-pipeline/router You do not "split" inputs, you just match multiple outputs to the same record - this can be done any number of times. Filters can be applied (or not) by ensuring they match to only what you want, you can use regexes and wildcards in match rules. If you want to create new tags for the same record then use the |
Beta Was this translation helpful? Give feedback.
-
Hi patrick, thanks for your support. With the router, I can only create multiple imports on one output. But with the
|
Beta Was this translation helpful? Give feedback.
Hi patrick,
thanks for your support. With the router, I can only create multiple imports on one output. But with the
rewrite_tag
I can achieve exactly what I need.My configuration now looks like this und works perfect.