Install radar plugin for kibana

Hi all

I am interested in using radar plugin in kibana. My kibana version is 6.6. I download kbn_radar-6.zip using following link and extract it in the kibana/plugins folder.

https://github.com/dlumbrer/kbn_radar/releases/download/6.3.X-4/kbn_radar-6.zip

Then, starting kibana failed with following message:

 FATAL  Error: Optimizations failure.

   5120 modules

 

    ERROR in ./plugins/kbn_radar/public/kbn_radar.js

    Module not found: Error: Can't resolve 'ui/vis/vis_category' in 'F:\ELK_Windows\kibana-6.6.0-windows-x86_64\plugins\kbn_radar\public'

Any advice will be so appreciated

Regards

If you have already run yarn kbn bootstrap, then this looks like the plugin might not be supported in your version of Kibana. We make changes to the plugin APIs in between minors, so each plugin is expected to ship a specific version that is compatible with each Kibana minor version.

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