Compatibility with Kibana 5.0 per Issue #12
As per your note on: https://github.com/stormpython/tagcloud/issues/12
ranahaarb commented 16 hours ago It works for kibana 5, only with a bit changes: In the file "tagcloud/public/cloud.js", line 6 and 7 must be changed to:
var TemplateVisType = Private(require('ui/template_vis_type/template_vis_type')); var Schemas = Private(require('ui/vis/schemas'));
You will also need to:
- Change package.json and set "version": "5.0.0"
- zip all the plugin into a folder named kibana/tagcloud
- Install using something like:
bin/kibana-plugin install file:///user/xxx/home/tagcloud.zip
here you have the zip file with all this changes
How can i make compatiable with 5.2.0
I followed the above procedure,i am getting bellow error.
Transferring unknown number of bytes Error: EISDIR: illegal operation on a directory, read Plugin installation was unsuccessful due to error "EISDIR: illegal operation on a directory, read"
please help me how can i make this compatible with 5.2.0