Need a special offer?Find out if your project fits.
+

Unable to install flexmonster pivot plugin in kibana

Answered
Venkata Naresh asked on August 6, 2019

I'm using ELK 7.3 Stack. I'm trying to install the flexmonster plugin. It have followed the steps mentioned in the given link https://github.com/flexmonster/pivot-kibana/ but after installing, when I restart kibana I'm getting error like 
{"type":"log","@timestamp":"2019-08-06T15:46:42Z","tags":["plugin","warning"],"pid":17115,"path":"/usr/share/kibana/plugins/flexmonster_pivot","message":"Skipping non-plugin directory at /usr/share/kibana/plugins/flexmonster_pivot"}
 
Request you to help me with this.
 
Thanks & Regards

5 answers

Public
Ian Sadovy Ian Sadovy Flexmonster August 7, 2019

Hello Venkata Naresh,
 
Thank you for the details.
Could you please confirm that you have installed the latest plugin version:
https://github.com/flexmonster/pivot-kibana/releases/tag/v1.16 ?

Also, does the following command completes successfully?

cd plugins/flexmonster_pivot
yarn upgrade

Look forward to hearing from you.
 
Regards,
Ian
 

Public
Venkata Naresh August 7, 2019

Hi Ian,
Thanks for your reply. I have followed all the steps you were mentioned and I used 1.16 version plugin, but still the plugin is not installing properly and I'm not seeing any icon on the kibana dashboard.
I'm attaching 4 files for your reference. Have a look and help me to solve the issue.

  1. Plugin_Installation.png: v1.16 plugin installation success screen shot on kibana 7.3.0.
  2. yarn_upgradeStep.png: yarn upgrade success screen shot.
  3. kibanalog.png: Error message screen shot after restarting the kibana with message Skipping non-plugin directory for flexmonster_pivot plugin.
  4. kibanaHomeScreen.png: Screen shot of kibana home page where I'm not seeing any icon of pivot-kibana plugin.

With Regards,
Venkata Naresh

Public
Luis Perez August 8, 2019

Hi I had same problem the first time you have to deploy kibana as root

sudo su
./kibana --allow-root

Public
Venkata Naresh August 9, 2019

Hi Luis,
Thanks for your reply. Yes I tried running kibana with super user permissions and I'm able to install the plugin.
 

Public
Ian Sadovy Ian Sadovy Flexmonster August 9, 2019

Hello Luis and Venkata,
 
Thank you for your help.
We are glad to hear that the issue is resolved.
 
Regards,
Ian

Please login or Register to Submit Answer