A tool that aggregates and structures logs of the cluster's components
Helm must be installed to use the charts. Please refer to Helm's documentation to get started.
- logstash · elastic/logstash (https://artifacthub.io/packages/helm/elastic/logstash)
Once Helm is set up properly, add the repo as follows:
$ helm repo add elastic https://helm.elastic.co
$ helm repo update
To install the chart with the release name logstash
:
$ helm install logstash --version <version> elastic/logstash -f chart/values.yaml
To uninstall/delete the logstash deployment:
$ helm delete logstash
The command removes all the Kubernetes components associated with the chart and deletes the release.