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
And it doesn't work. But, if I remove the watchedNamespaces part, Loki gets the logs from fluentd. I want to be able to filter the namespaces that I want to ignore using fluentd.
How does the watchedNamespaces setting works? Even if I include all the namespaces in the list it doesn't work.
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.
-
I'm using the fluent operator. My architecture is
Fluent Bit -> FluentD -> Loki
I tested Fluent Bit with the stdout output and the loki output and everything worked as expected.
Then I added Fluentd to the mix only to forward my logs from fluent-bit to loki. This is my config for fluentd:
And it doesn't work. But, if I remove the
watchedNamespaces
part, Loki gets the logs from fluentd. I want to be able to filter the namespaces that I want to ignore using fluentd.How does the
watchedNamespaces
setting works? Even if I include all the namespaces in the list it doesn't work.Beta Was this translation helpful? Give feedback.
All reactions