Files
deprecated-helm-charts/stable/filebeat
Peter Rifel ecde925870 [stable/filebeat] Allow volumes, env vars, and http metrics to be configurable (#4372)
* [stable/filebeat] Remove trailing whitespace

* [stable/filebeat] Add checksum annotations to Daemonset

* [stable/filebeat] Add NODE_NAME environment variable

* [stable/filebeat] Allow env vars to be configurable

* [stable/filebeat] Support exposing http metrics

* [stable/filebeat] Support additional volumes

* [stable/filebeat] Bump chart version

* [stable/filebeat] Add a Chart home to pass linting test
2018-03-29 15:32:03 -07:00
..

Filebeat

filebeat is used to ship Kubernetes and host logs to multiple outputs.

Prerequisites

  • Kubernetes 1.9+

Note

By default this chart only ships a single output to a file on the local system. Users should set config.output.file.enabled=false and configure their own outputs as documented