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
I am in a containerized environments and have a specific requirement. I am looking a way to collect logs directly from the standard output (stdout) of containers and send this data to 2 different output plugins: the Standard output plugin and the HTTP output plugin. Depending on the value of an attribute in a JSON configuration file, say “logDestination” I want to switch at runtime between the former, the latter or both (duplicating input). Suppose logDestination=stdout, logDestination=http or logDestination=both.
Is there an existing feature in fluent-bit that supports this kind of dynamic data routing?
If not, could this be implemented with a plugin (input, filter, output)?
What would be the recommended approach to implement this functionality if it doesn’t currently exist?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello team,
I am in a containerized environments and have a specific requirement. I am looking a way to collect logs directly from the standard output (stdout) of containers and send this data to 2 different output plugins: the Standard output plugin and the HTTP output plugin. Depending on the value of an attribute in a JSON configuration file, say “logDestination” I want to switch at runtime between the former, the latter or both (duplicating input). Suppose logDestination=stdout, logDestination=http or logDestination=both.
Is there an existing feature in fluent-bit that supports this kind of dynamic data routing?
If not, could this be implemented with a plugin (input, filter, output)?
What would be the recommended approach to implement this functionality if it doesn’t currently exist?
Thanks a lot for your help
Beta Was this translation helpful? Give feedback.
All reactions