elastalert icon indicating copy to clipboard operation
elastalert copied to clipboard

lack kubernetes support

Open xial-thu opened this issue 5 years ago • 0 comments

I'm trying to run elastalert on kubernetes. When I see there's docker image, I immediately turn to this project and docker hub. But sadly, I have not seen guidance for kubernetes. I guess it's better to add some README to kubernetes users.

Though I'm familiar with k8s, I still met a problem. I attempted to mount rules to "/opt/elastalert/rules" but failed. The logs are

Duplicated rule ... on /opt/elastalert/rules/..2020.04.28.xxxxx/xxxx.yaml

I googled and found the reason: https://github.com/Yelp/elastalert/issues/1832. Elastalert creates a symlink. So I'm expecting some clearer guidance to ease kubernetes users.

I'm willing to do the part if you agree with me, either in this repo or in Yelp/elastalert.

xial-thu avatar Apr 28 '20 04:04 xial-thu