pjhampton / kibana-prometheus-exporter

Prometheus metrics for Kibana
Apache License 2.0
114 stars 37 forks source link

Kibana can't start with plugin in Kuberbetes #302

Closed thdonatello closed 1 year ago

thdonatello commented 1 year ago

I tried run kibana 8.8.1 & 8.8.0 with helm chart bitnami/kibana 10.4.3/10.4.2 with this plugin.

My values:

plugins:
  - https://github.com/pjhampton/kibana-prometheus-exporter/releases/download/8.8.0/kibanaPrometheusExporter-8.8.0.zip

And kibana can't start:

kibana 16:21:54.31
kibana 16:21:54.31 Welcome to the Bitnami kibana container
kibana 16:21:54.31 Subscribe to project updates by watching https://github.com/bitnami/containers
kibana 16:21:54.31 Submit issues and feature requests at https://github.com/bitnami/containers/issues
kibana 16:21:54.32
kibana 16:21:54.32 INFO  ==> ** Starting Kibana setup **
kibana 16:21:54.35 INFO  ==> Configuring/Initializing Kibana...
kibana 16:21:54.39 INFO  ==> Found mounted configuration directory
kibana 16:21:54.40 INFO  ==> Starting Kibana in background
kibana 16:21:54.41 INFO  ==> Waiting for Kibana to be started and ready
Error: cannot pick indicies from type !!null (status.overall)
Error: cannot pick indicies from type !!null (status.overall)
Error: cannot pick indicies from type !!null (status.overall)
Error: cannot pick indicies from type !!null (status.overall)
Error: cannot pick indicies from type !!null (status.overall)

Then it's fail after 30s.

And: " If you don't see the version you want, please feel free to open an issue to request." Please add plugin for kibana-8.8.1 :)

thdonatello commented 1 year ago

I'm sorry, it was my mistake. I ran 8.8.0 after 8.8.1 and had error with

Error: Unable to complete saved object migrations for the [.kibana_task_manager] index: 
The .kibana_task_manager alias is pointing to a newer version of Kibana: v8.8.1

I deleted indices and ran 8.8.0 again. It works!

But please, add plugin for 8.8.1 ))))

pjhampton commented 1 year ago

Thanks, @thdonatello! I was doing a bit of light travel last week and missed the release.

https://github.com/pjhampton/kibana-prometheus-exporter/releases/tag/8.8.1