Skip to content

Elastalert on Docker πŸ””πŸ³

License

Notifications You must be signed in to change notification settings

rdrgporto/elastalert-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

34 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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