mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-04 10:35:07 +02:00
14 lines
236 B
Markdown
14 lines
236 B
Markdown
|
ElastAlert
|
||
|
==========
|
||
|
|
||
|
http://elastalert.readthedocs.io/en/latest/
|
||
|
|
||
|
```bash
|
||
|
$ docker-compose up -d
|
||
|
$ docker-compose exec elastalert sh
|
||
|
>>> cd /opt/elastalert/rules
|
||
|
>>> elastalert-test-rule xxx.yaml
|
||
|
>>> exit
|
||
|
$ docker-compose restart
|
||
|
```
|