Skip to content

Commit 9dbb62d

Browse files
author
Ruben van Vreeland
committed
Add installation instructions for renamed kibana folders
1 parent af10254 commit 9dbb62d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ Kibana 5
1414
./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
1515
```
1616

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+
1722
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.
1823
```
1924
elastalert.serverHost: docker.for.mac.localhost

0 commit comments

Comments
 (0)