-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
Monitoring data is not shown for the last 15 mins in the cloud cluster. #123880
Comments
Pinging @elastic/infra-monitoring-ui (Team:Monitoring) |
I was able to reproduce this in cloud on 7.17.0. It appears, to me, that monitoring data stops being collected fairly soon after it's been enabled, so you have to widen your search to cover the time you enabled monitoring for it to find any data. I don't know how to inspect Stack Monitoring collection logs in Cloud, so I am not sure what the next step is here. I think the toast that pops up appears when clicking on the "Metrics" link from the cloud console and it happens because the cluster_uuid is included in the request. When you refresh, it makes a request without that cluster_uuid, which is asking for "all current clusters", which won't return a 404 but just a 200 with an empty I created a |
@jasonrhodes can you please post the HAR file and your cluster id for debugging further ? |
I started https://admin.found.no/deployments/567b27705936478680f3495a3d5037e5 as a test. Will see if that one stops collecting monitoring. |
So I took a look at @jasonrhodes 's cluster (https://admin.found.no/deployments/1df5d5b91b5a49fd9f9fa6fc2e93b51a) It looks like metricbeat is throwing this error:
This is very similar to https://github.com/elastic/support-known-issues/issues/1030 but with the gotcha that I found elastic/beats#29879 which was backported to 7.17. I've requested the metricbeat config to help with investigation. |
Here's the configs for @jasonrhodes 's deployment's metricbeat (courtesy of @lucasmoore ) metricbeat.yml
modules.d/elasticsearch.yml
|
I'll get a beats bug open. |
Closing in favor of elastic/beats#30044 |
Kibana version: 7.17.0 ( latest) deployed on prod - cloud
Describe the bug: Deployed a 7.17.0 cluster on cloud -prod.
Steps to reproduce:
2 Enable ship to a deployment in the UI - look for your deployment and click on the deployment ( self monitoring) and save. Now click on Metrics link.
For the
last 15 min
time range, there seems to be no data collected. Cloud seems to stop ingesting the data. The error message says Monitoring request failed as seen in the screenshot below . For 24 hr time range, data shows up. Cluster has been up for a while.Network tab seemed o.k.
cc @jasonrhodes
The text was updated successfully, but these errors were encountered: