-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
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
Kibana Stack Monitoring links should point at local ECE instead of Elastic Cloud #118592
Comments
Pinging @elastic/infra-monitoring-ui (Team:Infra Monitoring UI) |
Looks like that's hardcoded here kibana/x-pack/plugins/monitoring/public/components/no_data/blurbs/cloud_deployment.js Line 30 in 9d662b7
|
And seems like #95569 contains some of the existing links to that config. |
As @smith mentioned in our current meeting, we might be able to get this from the cloud plugin as well? |
Kibana version: 7.15
Describe the bug:
When running in ECE Kibana Stack Monitoring incorrectly links to Elastic Cloud when no monitoring data available. This applies to both
Elasticsearch Service Console
andLogs and metrics
. These links should point at local ECE installation, not at Elastic Cloud.Expected behavior:
The links should point at local ECE installation based on
xpack.cloud.base_url/xpack.cloud.deployment_url
.The text was updated successfully, but these errors were encountered: