Skip to content
This repository has been archived by the owner on Nov 24, 2019. It is now read-only.

Commit

Permalink
[Released] Support for Kibana 5.5.3
Browse files Browse the repository at this point in the history
Signed-off-by: amannocci <adrien.mannocci@gmail.com>
  • Loading branch information
amannocci committed Jan 27, 2018
1 parent 335d587 commit c7368ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ If this plugin isn't supported officially you can try to change the kibana versi
You can test this plugin within a kibana docker container
```bash
#!/bin/bash
VERSION="5.5.2"
VERSION="5.5.3"
git clone https://github.com/amannocci/kibana-plugin-metric-percent plugins/kibana-plugin-metric-percent
docker run --name kibana-$VERSION --net=host -e ELASTICSEARCH_URL=http://localhost:9200 -v $PWD/plugins:/usr/share/kibana/plugins -d kibana:$VERSION --plugins /usr/share/kibana/plugins
```
Expand Down

0 comments on commit c7368ae

Please sign in to comment.