tagcloud icon indicating copy to clipboard operation
tagcloud copied to clipboard

Compatibility with Kibana 5.0 per Issue #12

Open OzWookiee opened this issue 9 years ago • 2 comments

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'));

OzWookiee avatar Oct 31 '16 02:10 OzWookiee

You will also need to:

  1. Change package.json and set "version": "5.0.0"
  2. zip all the plugin into a folder named kibana/tagcloud
  3. Install using something like:
bin/kibana-plugin install  file:///user/xxx/home/tagcloud.zip

here you have the zip file with all this changes

tagcloud.zip

dfliess avatar Nov 24 '16 16:11 dfliess

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

Dineshangari avatar Feb 15 '17 07:02 Dineshangari