Skip to content

Commit 73501d0

Browse files
Merge branch 'develop' into 'master'
config.yaml should be elastalert.yaml See merge request back-end/elastalert!31
2 parents c34459a + b94a12b commit 73501d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
**A server that runs [ElastAlert](https://github.com/Yelp/elastalert) and exposes REST API's for manipulating rules and alerts. It works great in combination with our [ElastAlert Kibana plugin](https://github.com/bitsensor/elastalert-kibana-plugin).**
33

44
## Installation
5-
The most convenient way to run the ElastAlert server is by using our Docker container image. The default configuration uses `localhost:9200` as ElasticSearch host, if this is not the case in your setup please edit `es_host` and `es_port` in both the `config.yaml` and `config.json` configuration files.
5+
The most convenient way to run the ElastAlert server is by using our Docker container image. The default configuration uses `localhost:9200` as ElasticSearch host, if this is not the case in your setup please edit `es_host` and `es_port` in both the `elastalert.yaml` and `config.json` configuration files.
66

77
To run the Docker image you will want to mount the volumes for configuration and rule files to keep them after container updates. In order to do that conveniently, please do: `git clone https://github.com/bitsensor/elastalert.git; cd elastalert`
88

@@ -77,7 +77,7 @@ You can use the following config options:
7777
}
7878
```
7979

80-
ElastAlert also expects a `config.yaml` with at least the following options.
80+
ElastAlert also expects a `elastalert.yaml` with at least the following options.
8181
```yaml
8282
# The elasticsearch hostname for metadata writeback
8383
# Note that every rule can have its own elasticsearch host

0 commit comments

Comments
 (0)