I am trying to develop a custom plugin for kibana 5.5.1. Where can I find examples of such plugins ? I tried looking at https://www.elastic.co/guide/en/kibana/current/known-plugins.html#_timelion_extensions . However, none of them seems to work for 5.5.1 . I tried changing the kibana version in package.json . However, it seems the optimization fails for almost all of them. You need to do more than bump versions.
./kibana-plugin install
probably would need to be updated for every little major/minor version. There's all kinds of advice but they are old/invalid. I already see 6.0.0 beta coming up. Can you guys please post a decent tutorial for custom kibana plugin development ?
KIbana's sao template plugin generates a index.js and package.json after replacing underscores with dashes. So, your plugin directory name may contain underscores, but your plugin name is incorrect in both index.js and package.json. You need to manually fix that before proceeding.
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.