Elastalert

Installation

Add Helm repository:

$ helm repo add jertel https://helm.jertel.com

Create config map with match enhancements:

$ kubectl -n logging create cm enhancements \
    --from-file=$HOME/Workspace/orca/orca/helm/examples/integrations/elastalert/enhancements.py

Deploy Elastalert cluster using Helm:

$ helm install elastalert jertel/elastalert2 \
    --version 2.2.2 \
    --namespace logging \
    --create-namespace \
    --values $HOME/Workspace/orca/orca/helm/examples/integrations/elastalert/values.yaml \
    --set nodeSelector.role=exp-control

Check Elastalert for errors:

$ kubectl -n logging logs $(kubectl -n logging get pods |grep elastalert |awk '{print $1}') |grep -i error

Port-forward Kibana dashboard:

$ kubectl -n logging port-forward svc/kibana 4444:5601

Open Kibana dashboard and create index pattern:

Cleanup

Delete Elastalert chart release:

$ helm -n logging delete elastalert

Delete config map with match enhancements:

$ kubectl -n logging delete cm enhancements

results matching ""

    No results matching ""