fluentd-kubernetes-daemonset
fluentd-kubernetes-daemonset copied to clipboard
Fluentd daemonset for Kubernetes and it Docker image
Docker provides a [privileged mode](https://docs.docker.com/engine/reference/run/#runtime-privilege-and-linux-capabilities), which lets a container run as ‘root’. Running a container in privileged mode provides the capabilities of that host—including: Root access to all devices Ability...
I think it should be FO**R**WARD. Here: https://github.com/fluent/fluentd-kubernetes-daemonset/blob/master/docker-image/v1.15/debian-forward/conf/fluent.conf#L15-L16 and Here: https://github.com/fluent/fluentd-kubernetes-daemonset/blob/master/fluentd-daemonset-forward.yaml#L29-L32
We have contributed images and pending PR for new destination. Currently, we have a problem for the maintenance. 1. The repository authors, we, don't know the knowledge of some destinations,...
I've added datadog support. Hopefully I've followed the established pattern correctly. I see fluent/fluentd-kubernetes-daemonset/pull/85 exists but attempted to edit the outputs instead of the templates, this PR edited the templates.
Hi, We are using the daemonset to send logs to centralized Graylog server using the following image: fluent/fluentd-kubernetes-daemonset:v1.2-debian-graylog. The logs are sent to Graylog and we are able to filter...
I'm working on a daemonset for connecting to Apache Solr via https://github.com/mosuka/fluent-plugin-output-solr. if I get this working, do you want me to add it to this repo?