Skip to content

Commit

Permalink
update install instructions for 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nreese committed Oct 28, 2016
1 parent 8da32b3 commit c0ff21c
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,19 @@ Use this widget to view and edit the time range from within dashboards. Use the
Use the time animation controls to easily explore data by time blocks. Click and drag on the time animation bar to select a time range. Grab the brush to move or resize. Click outside of the brush to remove. Use the step buttons to advance to the next time block.
![preview-edit](/resources/time_animation.png)



# Install
## Kibana 5.0.0
```bash
./bin/kibana-plugin install https://github.com/nreese/kibana-time-plugin/releases/download/v5.0.0/kibana.zip
```

## Kibana 4.x
```bash
./bin/kibana plugin -i kibana-time-plugin -u https://github.com/nreese/kibana-time-plugin/archive/4.x.zip
```
## Kibana 5.x
Unzip https://github.com/nreese/kibana-time-plugin/archive/5.0.zip under KIBANA_HOME/plugins/kibana-time-plugin

# Compatibility
The plugin is compatible with following Versions (other not tested yet):
* kibana (=4.4)
* kibana 5.0
# Uninstall
## Kibana 5.x
```bash
./bin/kibana-plugin remove kibana-time-plugin
```

0 comments on commit c0ff21c

Please sign in to comment.