k3s/cluster/addons/fluentd-elasticsearch
Mik Vyatskov 30f22ad683 Remove toleration from fluentd-elasticsearch 2017-04-05 11:27:14 +02:00
..
es-image Fix `metav1` typo in previous commit 2017-03-10 11:24:22 +11:00
fluentd-es-image Update images that use ubuntu-slim base image to :0.6 2017-01-11 15:07:04 -08:00
kibana-image Update images that use ubuntu-slim base image to :0.6 2017-01-11 15:07:04 -08:00
OWNERS Fix username case in OWNERS files 2017-03-07 16:45:40 -08:00
README.md Add readme for fluentd-elasticsearch addon 2017-03-22 11:27:48 +01: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 Remove toleration from fluentd-elasticsearch 2017-04-05 11:27:14 +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

README.md

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