-
Notifications
You must be signed in to change notification settings - Fork 144
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
Observability Kubernetes Onboarding doesn't ship data #5613
Comments
Pinging @elastic/obs-ds-hosted-services (Team:obs-ds-hosted-services) |
This log error does not say anything about the reason it crashed. We would need to reproduce the environment and check the diagnostics and the agent pod consumption |
I started a local minikube cluster, then followed the onboarding flow from a fresh Observability serverless project on prod. |
I replicated the scenario:
I followed the instruction of monitoring Kubernetes as if I was a first time user. I noticed the following:
Elastic-Agent in the absence of a port, appends the port in the end which by default is 9200. So the ES_HOST ends up
Conclusion: Restarts: Dashboard ES_HOST |
Thanks for the investigation @MichaelKatsoulis !
I guess this is something that needs to be changed on the
Good catch, seems like the id of the dashboard changed in this PR: elastic/integrations#10593 We should fix it short-term, but we need to think how we can make this whole process more stable.
I see, I think in a previous version it would append it, but the config value we pull this from changed. We can fix this on the Kibana side as well. |
Following the Kubernetes onboarding flow on serverless (Add data > Monitor Infrastructure > Kubernetes) doesn't ship data. This can be reproduced on a serverless observability project and was tested with minikube running on Mac.
The logs show lots of errors like this:
It's possible this is a problem on the Kibana side in the flow as well, starting here for troubleshooting and we can move the issue in case it's unrelated.
A suspicion is that this is related to resourcing and the agent now needs more memory, but this needs to be confirmed.
The text was updated successfully, but these errors were encountered: