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

Not compatible with Kibana 5.1.1 #12

Closed christad92 closed 7 years ago

christad92 commented 7 years ago

when i try to install, it returns the error:

$ kibana-plugin.bat install https://github.com/clamarque/kibana_health_metric_vis/releases/download/v5.0/kibana_health_metric_vis-5.0.zip Attempting to transfer from https://github.com/clamarque/kibana_health_metric_vis/releases/download/v5.0/kibana_health_metric_vis-5.0.zip Transferring 33323 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.1.1]; found [5.0.0]"

clamarque commented 7 years ago

@christad92 Hi. It's normal. You install a version 5.0.0 on a kibana 5.1.1. Update the package.json with your version and try again.