Filebeat ships with modules for observability and security data sources that simplify the collection, parsing, and visualization of common log formats down to a single command
Helm must be installed to use the charts. Please refer to Helm's documentation to get started.
- filebeat · elastic/filebeat (https://artifacthub.io/packages/helm/elastic/filebeat)
Once Helm is set up properly, add the repo as follows:
$ helm repo add elastic https://helm.elastic.co
$ helm repo updateTo install the chart with the release name filebeat:
$ helm install filebeat --version <version> elastic/filebeat -f chart/values.yamlTo uninstall/delete the filebeat deployment:
$ helm delete filebeatThe command removes all the Kubernetes components associated with the chart and deletes the release.