Skip to content

Commit 4102c8e

Browse files
author
Ruben van Vreeland
committed
Add ElastAlert installation instructions
1 parent 9cd9252 commit 4102c8e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@ You can then start the build by running `node lib/index.js`.
5757
## Config
5858
In `config/config.example.json` you'll find the default config. You can make a `config.json` file in the same folder that overrides the default config. When forking this repository it is recommended to remove `config.json` from the `.gitignore` file. For local testing purposes you can then use a `config.dev.json` file which overrides `config.json`.
5959
60+
### Install ElastAlert to /opt/elastalert
61+
And run `pip install -r requirements.txt` or read the installation guide of ElastAlert.
62+
6063
You can use the following config options:
6164
6265
```javascript

0 commit comments

Comments
 (0)