Skip to content

Commit

Permalink
add 6.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ytzlax committed Oct 4, 2018
1 parent f0ae800 commit e15b9df
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@ Create visualizations by uploading a json file with an array of the visualizatio
# Install
cd kibana_home, then type the appropriate command:

Kibana 6.4.1
```
./bin/kibana-plugin install https://github.com/Webiks/kibana-API/releases/download/6.4.1_0.5.0/kibana_api-0.5.0.zip
```

Kibana 6.4.0
```
./bin/kibana-plugin install https://github.com/Webiks/kibana-API/releases/download/6.4.0_0.5.0/kibana_api-0.5.0.zip
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "This plugin allow you to crete visualization dynamiclly",
"main": "index.js",
"kibana": {
"version": "6.4.0"
"version": "6.4.1"
},
"repository": {
"type": "git",
Expand Down
1 change: 0 additions & 1 deletion public/hack.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
//import {uiModules} from 'ui/modules';
const uiModules = require('ui/modules');
import {store} from 'C:/Users/ytzlax/Documents/elk/kibana/src/core_plugins/kibana/public/store'
import Q from 'q';
import {KibanaApiService} from "./kibana-api-service";
import packageJson from '../package.json';
Expand Down

0 comments on commit e15b9df

Please # to comment.