I am using Kibana 6.3 and I installed some plugins in my instance from this link. I follow this instructions:
1- Stop Kibana server.
2- Clone the plugin into KIBANA_HOME/plugins from github and execute npm i if needed.
3- Restart Kibana server.
4- Consult the Visualize->new menu to check the pluggin added.
After installation, there are some plugins which they are not displayed in the visualization type list, no error message. The question: how to know why the plugin doesn't work ? (log, console,...)
If I try to install a plugin using this bin/kibana-plugin install file:///some/local/path/my-plugin.zip I got this msg Plugin installation was unsuccessful due to error "No kibana plugins found in archive".
Hm. It sounds like maybe you have an invalid plugin, then. You might want to double-check that you've downloaded a Kibana plugin that matches the version of Kibana you're running. If all else fails, you may want to reach out to the plugin author(s).
I installed just the plugins with version 6.3. For example I installed Radar plugin (from here) it works perfectly ! I just cloned it into KIBANA_HOME/plugins and I execute npm i. But with $ bin/kibana-plugin install https://....zip doesn't work I got always an error message!
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.