clamarque / kibana_health_metric_vis

Plugin for kibana Version 4.x, 5.x, 6.x and 7.x to change color of metric depending to the planned state of health
Apache License 2.0
47 stars 21 forks source link

Getting error for 5.5 #15

Closed austin-taylor closed 7 years ago

austin-taylor commented 7 years ago

Attempting to transfer from https://github.com/clamarque/kibana_health_metric_vis/releases/download/v5.4/kibana_health_metric_vis-5.4.0.zip Transferring 36549 bytes.................... Transfer complete Retrieving metadata from plugin archive Extracting plugin archive Extraction complete Plugin installation was unsuccessful due to error "Incorrect Kibana version in plugin [health_metric_vis]. Expected [5.5.0]; found [5.4.0]"

Submitting error per readme

clamarque commented 7 years ago

@austin-taylor You need to change the version in th file package.json with your version, please, read the README. Thanks

austin-taylor commented 7 years ago

I did try changing the package.json file from 5.4.0 to 5.5.0, but there must be something else on my end. Will continue to troubleshoot and thank you for the quick response.

austin-taylor commented 7 years ago

Had to re-zip the file and used this command sudo /usr/share/kibana/bin/kibana-plugin install file:///opt/kibana/health_metric_5.5.0.zip

thanks again