Plugin development

Hi,

I am using -
kibana 5.2.3
elasticsearch 5.2.2

I want to develop kibana plugin, for that I followed elastic tutorial and I am using yeoman generator.
But the problem with it is that yoeman has only three kibana version options 5.0.0, 5.1.0, and 6.0.0.
As my kibana version is 5.2.3 so, I choose 6.0.0 version in yoeman generator. But now I am getting following error:

Plugin "buzzer" was disabled because it expected Kibana version "6.0.0", and found "5.2.3".

I tried all other versions pairs in kibana as well as in yeoman. But same error is comming.

Please help me out on this. I am totally stuck here.

Thanks.

Yea @Saurabh_Jambhule, I also facing similar type of problem.

I am not able to install Sense plugin. I followed the Manual process in below link.
Sense Plugin
I am using latest ELK stack-5.2.2 version.

Anybody there to help me out.

Thanks in advance :slight_smile:

The Sense plugin is now available by default in Kibana, but has been renamed Console, so there is no need to install it separately any longer.

will you please help me on my issue?

Simply change this line in your package.json file

  "kibana": {
    "version": "5.2.3"
  },

I tried this also but then it was showing error as,

FATAL Error: unknown export types translations in plugin buzzer

I had the same problem. Remove these lines from index.js

  translations: [
    resolve(__dirname, './translations/es.json')
  ],

You can also remove the translations folder.

thank you.

No problem :slight_smile: Please use the "This reply solves the problem" checkbox on my last reply if you have no more troubles.

1 Like

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.