fluent-bit-kubernetes-logging
fluent-bit-kubernetes-logging copied to clipboard
Readme says systemd/journald are inputs but those inputs are not in the configmaps
The readme says:
Read Kubernetes/Docker log files ... through Systemd Journal
None of the config maps have systemd inputs configured, only tail. Perhaps there should be an example of how this would work? :confused:
+1 - i've been working on and off trying to get centralized logging in a test k8s cluster for two weeks only to realize that the reason i was getting no messages into elasticsearch is because docker decided to set the default logging driver to journald and fluent-bit although it supports it, has no out-of-the-box example configs to demonstrate this :-\
@edsiper Bump!
Any updates?