heatmap
heatmap copied to clipboard
Kibana 5
Is there any plans to support Kibana 5?
+1
+1
+1
+1
I made a version of this plugin compatible with Kibana 5.1. You can download it there:https://github.com/snuids/heatmap A better solution would be to create a branch 5.1 in this repo in order to let me commit the few changes required to make it work with Kibana 5.1.
Could you release a version which supports kibana 5.0.0?
bienxanhst7, If you want to use my version with kibana 5.0.0, simply install it and change the version number in the heatmap/package.json file. ("version": "5.1.1" => "version": "5.0.0") This should do the trick.
It works well as you said. I really appreciate your kindness.
Could you please update the installation steps for Kibana 5.5.0? I am getting "No kibana plugins found in archive" error.
[root@node1 kibana-5.5.0-linux-x86]# ./bin/kibana-plugin install file:///root/kibana-5.5.0-linux-x86/heatmap.zip
Attempting to transfer from file:///root/kibana-5.5.0-linux-x86/heatmap.zip
Transferring 3768478 bytes....................
Transfer complete
Retrieving metadata from plugin archive
Plugin installation was unsuccessful due to error "No kibana plugins found in archive"
-Thanks Nikhil