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 tailing log files written to /var/lib/docker/containers/*
If I have tag * in my <source> section of type tail in order to pass on the entire tag to filter and match sections, there seems to be an error occuring as noted below in the log when I start my fluent container.
If I change the tag to a value other than * (for example tag doug or tag doug.*) no errors occur, everything works as expected.
When I prepend the tag like this tag doug.* the full tag, prepended with doug is passed on to the <filter> and <match> sections.
From the documentation, I was expecting to be able to specify tag * and just pass along the input tag as is and not have to prepend it with anything. Should it work this way?
When I start my fluent container, it loads all the plugins, reads the above conf, starts tailing the logs of 4 running containers...then has a probelm.
Any idea what may be wrong with my fluent.conf?
I am using fluentd v0.12.32.
I am tailing log files written to
/var/lib/docker/containers/*
If I have
tag *
in my<source>
section oftype tail
in order to pass on the entire tag tofilter
andmatch
sections, there seems to be an error occuring as noted below in the log when I start my fluent container.If I change the
tag
to a value other than*
(for exampletag doug
ortag doug.*
) no errors occur, everything works as expected.When I prepend the tag like this
tag doug.*
the full tag, prepended withdoug
is passed on to the<filter>
and<match>
sections.From the documentation, I was expecting to be able to specify
tag *
and just pass along the input tag as is and not have to prepend it with anything. Should it work this way?When I start my fluent container, it loads all the plugins, reads the above conf, starts tailing the logs of 4 running containers...then has a probelm.
Any idea what may be wrong with my
fluent.conf
?The text was updated successfully, but these errors were encountered: