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

Update plugin to support Kibana 5 #1

Closed calston closed 7 years ago

calston commented 7 years ago

This is a breaking update to support working on Kibana 5.

clamarque commented 7 years ago

@calston Hi. Thanks for your work! I think you tested, right?

calston commented 7 years ago

Yes, have tested and we're using it. Is there a unit-test framework for this stuff? Bleh, Javascript. Sadface

calston commented 7 years ago

Only tested with Kibana 5.0 at least, there's no forwards/backwards compatibility with their awesome plugin framework

clamarque commented 7 years ago

@calston For unit-test framework, don't know. It is true that it is a pity that there is no compatibility between the differentes versions.

clamarque commented 7 years ago

@calston Hi. I try to install your modifications and i get this error: No kibana plugins found in archive". I use Kibana 5.0.0 and your archive directly.

calston commented 7 years ago

Plugins have moved to /usr/share/kibana/plugins from where it used to be. Not sure if the remote install works still?

clamarque commented 7 years ago

@calston I solved this. I will commit soon.