kubernetes/cluster/addons/fluentd-elasticsearch
Kubernetes Submit Queue 93ef2f2f59 Merge pull request #47860 from crassirostris/fluentd-log-to-stdio
Automatic merge from submit-queue (batch tested with PRs 47860, 47170)

Make fluentd log to stdio instead of a dedicated file

Lower verbosity also, to reduce volume of system logs exported to the backend.

Fix https://github.com/kubernetes/kubernetes/issues/43772

/cc @piosz
2017-06-26 14:03:04 -07:00
..
es-image es discovery support args apiserver-host and kubeconfig 2017-06-20 09:15:23 +08:00
fluentd-es-image Update 'fluentd-elasticsearch' image. 2017-05-29 16:14:52 +02:00
kibana-image Bump elasticsearch and kibana to 5.4.0 2017-05-24 14:07:15 +03:00
es-clusterrole.yaml Add rbac support to fluentd-elasticsearch 2017-06-16 08:44:24 +02:00
es-clusterrolebinding.yaml Add rbac support to fluentd-elasticsearch 2017-06-16 08:44:24 +02:00
es-controller.yaml Add rbac support to fluentd-elasticsearch 2017-06-16 08:44:24 +02:00
es-service.yaml Adds the new addon-manager labels on cluster addon templates 2017-02-24 16:53:12 -08:00
es-serviceaccount.yaml Add rbac support to fluentd-elasticsearch 2017-06-16 08:44:24 +02:00
fluentd-es-clusterrole.yaml Add rbac support to fluentd-elasticsearch 2017-06-16 08:44:24 +02:00
fluentd-es-clusterrolebinding.yaml Add rbac support to fluentd-elasticsearch 2017-06-16 08:44:24 +02:00
fluentd-es-ds.yaml Merge pull request #47860 from crassirostris/fluentd-log-to-stdio 2017-06-26 14:03:04 -07:00
fluentd-es-serviceaccount.yaml Add rbac support to fluentd-elasticsearch 2017-06-16 08:44:24 +02:00
kibana-controller.yaml Adds the new addon-manager labels on cluster addon templates 2017-02-24 16:53:12 -08:00
kibana-service.yaml Adds the new addon-manager labels on cluster addon templates 2017-02-24 16:53:12 -08:00
OWNERS Added coffeepac to ElasticSearch owners 2017-05-13 07:48:09 +02:00
README.md Add readme for fluentd-elasticsearch addon 2017-03-22 11:27:48 +01:00

Logging Agent For Elasticsearch

==============

Logging Agent For Elasticsearch is a DaemonSet which spawns a pod on each node that reads logs, generated by kubelet, container runtime and containers and sends them to Elasticsearch, deployed in the cluster. Later logs can be accessed either by querying Elasticsearch directly or by using Kibana.

Learn more at: https://kubernetes.io/docs/tasks/debug-application-cluster/logging-elasticsearch-kibana

Analytics