Ubivius / telemetry-logstash

Logstash deployment charts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Telemetry-Logstash

A tool that aggregates and structures logs of the cluster's components

Usage

Helm must be installed to use the charts. Please refer to Helm's documentation to get started.

Once Helm is set up properly, add the repo as follows:

Get Repo Info

$ helm repo add elastic https://helm.elastic.co
$ helm repo update

Installing the Chart

To install the chart with the release name logstash:

$ helm install logstash --version <version> elastic/logstash -f chart/values.yaml

Uninstalling the Chart

To uninstall/delete the logstash deployment:

$ helm delete logstash

The command removes all the Kubernetes components associated with the chart and deletes the release.

About

Logstash deployment charts

License:MIT License


Languages

Language:Shell 100.0%