tree: e3a161991d66eb1c0614247b454eb8e2269165de [path history] [tgz]
  1. .helmignore
  2. Chart.yaml
  3. README.md
  4. requirements.yaml
  5. templates/
  6. values.yaml
logging/README.md

Logging

This chart implements a log aggregation framework built on elasticsearch within kubernetes.

It requires persistent storage, and currently has default values for the local-provisioner with storage on each k8s node.

Once these prereqs are satisfied, it can be run with:

helm install -n logging logging

(NOTE: the name must be logging currently, or name lookups within the pod are broken)

Current log sources

Using Kibana

Visit: http://<k8s_node_hostname>:30601