Sending logs to multiple outputs simultaneously #3810
Unanswered
akhamis-tc
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I'm trying to send logs to different outputs simultaneously based on key attribute values. Below is roughly the configuration I'm trying to achieve.
So given the current configuration, logs should be sent to backend1 and backend2 simultaneously, but not backend3. What is the best way to approach this?
Another option could be to use a tag/label/attribute
backend
and use values likebackend1
,backend2
, ... In such a case the question is how to send it to multiple backends. Can we use the same tag twice (backend backend1
,backend backend2
) or do we have to send a list or an array (backend backend1,backend2
).Beta Was this translation helpful? Give feedback.
All reactions