Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compatibility with Kibana 5.0 per Issue #12 #13

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

OzWookiee
Copy link

As per your note on: #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'));

As per your note on: stormpython#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'));
@dfliess
Copy link

dfliess commented Nov 24, 2016

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

@Dineshangari
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants