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 have multiple services writing logs in JSON format on the filesystem. Currently, logstash transfers all of them to the elasticsearch with a single pipeline which looks like this:
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
-
I have multiple services writing logs in JSON format on the filesystem. Currently,
logstash
transfers all of them to theelasticsearch
with a single pipeline which looks like this:Is it possible to anyhow replicate this using
fluentbit
? Because I really don't want to have multiple ES outputs with only index names different.Thanks!
Beta Was this translation helpful? Give feedback.
All reactions