Skip to content

Instantly share code, notes, and snippets.

@tiagopotencia
Created August 8, 2020 05:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tiagopotencia/cf82e616773753caa6f84f7bc5435903 to your computer and use it in GitHub Desktop.
Save tiagopotencia/cf82e616773753caa6f84f7bc5435903 to your computer and use it in GitHub Desktop.
sudo apt install python3
sudo apt install python3-pip -y
sudo pip3 install elastalert
cd ~/
git clone https://github.com/Yelp/elastalert.git
sudo pip3 install "setuptools>=11.3"
cd elastalert
sudo python3 setup.py install
sudo pip3 install "elasticsearch>=5.0.0"
cp config.yaml.example config.yaml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment