Skip to content
This repository has been archived by the owner on Nov 4, 2022. It is now read-only.

distributed-system-analysis/ansible-elastalert

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible playbook for ElastAlert

Ansible playbook to install Docker and run Elastalert container - http://github.com/chaitanyaenr/docker-elastalert on Elasticsearch hosts.

*** Obsolete ***

Requirements

You need to have these installed on your host

  • Ansible
  • python

Add your Elasticsearch hosts

Add your elasticsearch hosts in the hosts file under [Elasticsearch] group.

Run

By default, $ ansible-playbook site.yml assumes that the config.yaml file, rules/ are at /tmp/config.yaml /tmp/rules/

Running the below command will install docker, pulls the elastalert image and run the container on the hosts mentioned in inventory file

$ ansible-playbook site.yml

You can override the variables like

$ ansible-playbook --extra-vars '{"FILES_DIR":"/tmp"}' site.yml

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published