Skip to content
This repository has been archived by the owner on Oct 30, 2021. It is now read-only.

Commit

Permalink
Merge pull request #124 from sirensolutions/version_change
Browse files Browse the repository at this point in the history
Updated version to 4.6.4
  • Loading branch information
szydan authored Mar 15, 2017
2 parents 4415923 + cd3cf25 commit 8a7001a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Kibi/Kibana Timeline Plugin

This is a plugin for Kibana 4.3+ and Kibi 0.3 (our extention of Kibana for Relational Data).
This is a plugin for Kibana 4.3+ and Kibi 0.3+ (our extention of Kibana for Relational Data).

The plugin displays a timeline of events taken from multiple saved searches.

Expand All @@ -27,7 +27,7 @@ $ cd kibi_timeline_vis
$ npm install
$ npm run build
$ gulp package
$ unzip target/kibi_timeline_vis-4.6.3-1.zip -d KIBANA_FOLDER_PATH/installedPlugins/
$ unzip target/kibi_timeline_vis-4.6.4.zip -d KIBANA_FOLDER_PATH/installedPlugins/
```

## Uninstall
Expand All @@ -40,7 +40,7 @@ $ bin/kibana plugin --remove kibi_timeline_vis

- Clone the repository at the same level of a Kibana > 4.2 clone
- If needed, switch to the same node version as Kibana using nvm
(e.g. `nvm use 0.12`)
(e.g. `nvm use 6.9.0`)
- Install dependencies with `npm install`
- Install the plugin to Kibana and start watching for changes by running
`npm start`
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kibi_timeline_vis",
"version": "4.6.3-1",
"version": "4.6.4",
"authors": [
"SIREn Solutions <info@siren.solutions>"
],
Expand Down
Binary file added target/kibi_timeline_vis-4.6.4.zip
Binary file not shown.

0 comments on commit 8a7001a

Please sign in to comment.