knm
February 28, 2020, 7:07am
1
windows環境でpowershellからkibana起動時(kibana.bat実行時)に、
FATAL Error: Setup lifecycle of "apm" plugin wasn't completed in 30sec. Consider disabling the plugin and re-start.
というエラーが出力され、起動できなくなりました。
対処方法などございましたら、ご教授いただけると嬉しいです。
tsgkdt
(tsgkdt)
February 28, 2020, 1:17pm
2
過去のバージョンでは動いていたのに、7.6.0だと動かなくなった、と言っている人が↓にいます。
Hello. I'm working on upgrading our Elastic setup to version 7.6.0 and I'm having issues with Kibana startup. What I see in the logs is that Kibana is not able to install the "apm" plugin within the default 30 seconds (see logs below).
Here are the logs:
Feb 18 14:15:48 systemd[1]: Started Kibana.
Feb 18 14:15:52 kibana[8900]: {"type":"log","@timestamp":"2020-02-18T14:15:52Z","tags":["info","plugins-service"],"pid":8900,"message":"Plugin \"case\" is disabled."}
Feb 18 14:15:56 kibana[8900]: {"…
ここでは、discovery.seedおよびcluster.initial_master_nodeを修正すると動くようになった、
と書いている人がいますが、
まずはElasticsearch側のログでどのようなものが出ているか、これを確認するのが良さそうです。
こちらのElasticメンバーの方の投稿が参考になるかと思います。
Error: Setup lifecycle of "apm" plugin wasn't completed in 30sec. Consider disabling the plugin and re-start.
When Kibana starts a plugin it goes through several lifecycles, setup, start and finally stop. This error indicates that Kibana was unable to "setup" the APM plugin. The only way to get past this error is to disable the plugin (not possible because of the bug) or get the plugin to start working.
Getting the plugin to work
Can you paste your elasticsearch logs from when Kibana starts …
何かヒントが見つかれば幸いです。
knm
March 2, 2020, 7:57am
3
ご記入ありがとうございました。
原因はわからなかったのですが、他の関連サービスが動いていなかったので、そちらを修正すると、kibanaも起動できるようになっていました。
ありがとうございました。