Skip to content

Commit

Permalink
updates readme with corrected install-command
Browse files Browse the repository at this point in the history
  • Loading branch information
olsn authored Nov 16, 2016
1 parent c5fa71d commit 4c616db
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,22 @@
# Kibana Extended Metric Plugin

This is a plugin for [Kibana 5.0.0+](https://www.elastic.co/products/kibana).
This is a plugin for [Kibana 5.0.0](https://www.elastic.co/products/kibana).
It is based on the core Metric-Plugin but gives you the ability to output custom aggregates on metric-results by using custom formula and/or JavaScript.

![image](img/demo.gif)

## Installation
(only works for Kibana 5.0.0)

```sh
$ ./bin/kibana-plugin install https://github.com/ommsolutions/kibana_ext_metrics_vis/archive/0.1.0.zip
$ ./bin/kibana-plugin install https://github.com/ommsolutions/kibana_ext_metrics_vis/releases/download/0.1.0/extended_metric_vis.zip
```

### Manual
(for other versions: e.g. 5.1.0)

Extract the ZIP into a new folder in your `kibana/plugins`-directory.

## Uninstall

Simply delete that folder and restart kibana.
Simply delete that folder and restart kibana.

0 comments on commit 4c616db

Please sign in to comment.