We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The monitoring plugin frequently takes more than 30s to complete which causes Kibana to fail to start up. Plugin's setup lifecycle should not block Kibana from starting up see https://github.com/elastic/kibana/blob/6042a01f385078587e8e09418ef07f69ec2dadf7/rfcs/text/0007_lifecycle_unblocked.md and #53268
Versions where I've seen this behaviour:
This is most likely caused by the following line:
kibana/x-pack/plugins/monitoring/server/plugin.ts
Line 122 in a88c272
Workarounds:
monitoring.enabled: false
GET /_xpack
The text was updated successfully, but these errors were encountered:
Pinging @elastic/stack-monitoring (Team:Monitoring)
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
The monitoring plugin frequently takes more than 30s to complete which causes Kibana to fail to start up. Plugin's setup lifecycle should not block Kibana from starting up see https://github.com/elastic/kibana/blob/6042a01f385078587e8e09418ef07f69ec2dadf7/rfcs/text/0007_lifecycle_unblocked.md and #53268
Versions where I've seen this behaviour:
This is most likely caused by the following line:
kibana/x-pack/plugins/monitoring/server/plugin.ts
Line 122 in a88c272
Workarounds:
monitoring.enabled: false
GET /_xpack
doesn't take longer than 30s to respondThe text was updated successfully, but these errors were encountered: