kubernetes/cluster/addons/fluentd-elasticsearch
Kubernetes Submit Queue 509c4351df Merge pull request #47507 from yiqinguo/yiqinguo_es_addargs
Automatic merge from submit-queue (batch tested with PRs 46151, 47602, 47507, 46203, 47471)

es discovery support args apiserver-host and kubeconfig

Now discovery elasticsearch through kubernetes client,but now does not support specifying the apiserver-host or kubeconfig create client.
2017-06-23 05:08:26 -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-controller.yaml Arrange for elasticsearch to shutdown cleanly 2017-03-08 10:16:28 +11:00
es-service.yaml Adds the new addon-manager labels on cluster addon templates 2017-02-24 16:53:12 -08:00
fluentd-es-ds.yaml Decrease fluentd cpu request 2017-06-22 18:30:21 +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