distributed-system-analysis/ansible-elastalert

Name: ansible-elastalert

Owner: distributed-system-analysis

Description: null

Created: 2016-06-09 19:25:21.0

Updated: 2016-06-06 20:07:29.0

Pushed: 2016-06-08 14:11:31.0

Homepage: null

Size: 15

Language: null

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Ansible playbook for ElastAlert

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

Requirements

You need to have these installed on your host

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


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.