kubernetes/cluster/addons/fluentd-elasticsearch
2017-06-16 08:44:24 +02:00
..
es-image Refactor gcr.io/google_containers/elasticsearch to alpine 2017-05-15 17:52:39 +02:00
fluentd-es-image Refactor gcr.io/google_containers/elasticsearch to alpine 2017-05-15 17:52:39 +02:00
kibana-image Refactor gcr.io/google_containers/elasticsearch to alpine 2017-05-15 17:52:39 +02: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 Add rbac support to fluentd-elasticsearch 2017-06-16 08:44:24 +02: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