Setup lifecycle of "monitoring" plugin wasn't completed in 30 sec

Hi All,
I am receiving an error when I start up the kibana docker image.
I have tried to remove the package "monitoring" but it does not exist.
I am running the 7.7.1 image.

{"type":"log","@timestamp":"2020-06-17T15:52:15Z","tags":["fatal","root"],"pid":9,"message":"Error: Setup lifecycle of \"monitoring\" plugin wasn't completed in 30sec. Consider disabling the plugin and re-start.\n    at Timeout.setTimeout (/usr/share/kibana/src/core/utils/promise.js:31:90)\n    at ontimeout (timers.js:436:11)\n    at tryOnTimeout (timers.js:300:5)\n    at listOnTimeout (timers.js:263:5)\n    at Timer.processTimers (timers.js:223:10)"}
1 Like

What image are you using, is it from https://www.docker.elastic.co? What environment variables are you passing?

I also having same issue, Image is from [https://www.docker.elastic.com] with version 7.7,1

@Swapnil_Kashid can you provide the kibana.yml you are providing, if any, and any environmental variables you're passing to the container?

So I was able to resolve this issue. I had a few different things going on but I set the environment variable in the Pod: MONITORING_ENABLED to "false". Also, ended up having some DNS confusion with the ELASTICSEARCH_HOSTS env variable which I was able to resolve after some research.

1 Like

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.