Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 1.04 KB

File metadata and controls

45 lines (28 loc) · 1.04 KB

Welcome to Elastalert Docker! 🐳

This repository was created in order to make easier to integrate Elastalert on Docker.

First Steps

  • Install Docker : Link
  • Take a quick look over Elastalert doc: Link

Up

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:

Install Git

  • Linux 🐧

sudo apt -y install git --> Ubuntu/Debian
sudo yum -y install git --> CentOS/RedHat

git clone https://github.com/rdrgporto/elastalert-docker.git
  • Windows 🏁

    Download Git Bash and install it:

git clone https://github.com/rdrgporto/elastalert-docker.git

Run 🚀

Create Docker image:

docker image build -t elastalert-docker:latest -f Dockerfile .

Run container:

docker container run --name elastalert elastalert-docker:latest