mirror of
https://github.com/helm/charts.git
synced 2026-08-21 13:28:13 +00:00
Elastalert Helm Chart
elastalert a simple framework for alerting on anomalies, spikes, or other patterns of interest from data in Elasticsearch.
TL;DR;
$ helm install stable/elastalert
Installing the Chart
To install the chart with the release name my-release:
$ helm install --name my-release stable/elastalert
The command deploys elastalert on the Kubernetes cluster in the default configuration. The configuration section lists the parameters that can be configured during installation.
Uninstalling the Chart
To uninstall/delete the my-release deployment:
$ helm delete my-release
The command removes all the Kubernetes components associated with the chart and deletes the release.
Configuration
| Parameter | Description | Default |
|---|---|---|
image.repository |
docker image | quay.io/pickledrick/elastaler |
image.tag |
docker image tag | latest |
| `image.pullPolicy | image pull policy | IfNotPresent |
replicaCount |
number of replicas to run | 1 |
elasticsearch.host |
elasticsearch endpoint to use | elasticsearch |
elasticsearch.port |
elasticsearch port to use | 80 |
resources |
Container resource requests and limits | {} |
rules |
Rule and alert configuration for Elastalert | {} example shown in values.yaml |