Skip to content

Commit e41d3c7

Browse files
Remove kibana plugin installation steps
1 parent bd52169 commit e41d3c7

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

README.md

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,6 @@
11
# Elastalert Server
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

4-
![img](https://www.bitsensor.io/assets/img/screenshots/template.gif)
5-
6-
## Installing Kibana plugin
7-
Kibana 4
8-
```bash
9-
./bin/kibana plugin -i elastalert -u https://git.bitsensor.io/front-end/elastalert-kibana-plugin/builds/artifacts/master/raw/build/elastalert-latest.zip?job=build
10-
```
11-
12-
Kibana 5
13-
```bash
14-
./bin/kibana-plugin install https://git.bitsensor.io/front-end/elastalert-kibana-plugin/builds/artifacts/kibana5/raw/artifact/elastalert-`pwd | grep -Po '(?<=kibana-)[^-]*'`-latest.zip?job=build
15-
```
16-
17-
Kibana 5 (if you have renamed the `kibana-5.x.x` folder
18-
```bash
19-
./bin/kibana-plugin install https://git.bitsensor.io/front-end/elastalert-kibana-plugin/builds/artifacts/kibana5/raw/artifact/elastalert-5.x.x-latest.zip?job=build
20-
```
21-
22-
Append to the `config/kibana.yml` file the host of ElastAlert server, if it is different than localhost. Typically the case if you are running on macOS.
23-
```
24-
elastalert.serverHost: docker.for.mac.localhost
25-
```
26-
274
## Docker installation
285
The default configuration uses localhost as ES host. You will want to mount the volumes for configuration and rule files to keep them after container updates. In order to do that conviniently, please do a `git clone https://github.com/bitsensor/elastalert.git; cd elastalert`
296

0 commit comments

Comments
 (0)