how to add multiple outputs in fluentd-kubernetes-daemonset in kubernetes – Debian
I'm using that fluentd daemonset docker image and sending logs to ES with fluentd is working perfectly by the way of using following code-snippets: containers: - name: fluentd image: fluent/fluentd-kubernetes-daemonset:v1.4.2-debian-elasticsearch-1.1 env: - name: FLUENT_ELASTICSEARCH_HOST value: "my-aws-es-endpoint" - name: FLUENT_ELASTICSEARCH_PORT value:…