This repository was created in order to make easier to integrate Elastalert on Docker.
If you want to edit the image, for example, change to a new version, install a new package, and so on, you can follow this guide:
sudo apt -y install git --> Ubuntu/Debian
sudo yum -y install git --> CentOS/RedHat
git clone https://github.com/rdrgporto/elastalert-docker.git
-
Download Git Bash and install it:
git clone https://github.com/rdrgporto/elastalert-docker.git
Create Docker image:
docker image build -t elastalert-docker:latest -f Dockerfile .
Run container:
docker container run --name elastalert elastalert-docker:latest