is /var/log/pods supported for kubernetes filter #4365
-
Hi, Im trying to use fluentbit as a sidecar container to one of my workload pods. I suspect that the kubernetes metadata filter does not work well with /var/log/pods can someone please confirm if the behaviour is as expected meaning kubernetes filter does not support /var/log/pods ` [INPUT]
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
To use /var/log/pods I generated my own parser. Basically on INPUT I added the new log path, on PARSER I declared the new parser and on FILTER I use the new filter.
Hope this can help. |
Beta Was this translation helpful? Give feedback.
To use /var/log/pods I generated my own parser.
Basically on INPUT I added the new log path, on PARSER I declared the new parser and on FILTER I use the new filter.
Hope this can help.