-
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
[Kubernetes]K8s Dashboard Visualisation is not showing anyn information #186616
Comments
Pinging @elastic/obs-ux-infra_services-team (Team:obs-ux-infra_services) |
@elastic/obs-ux-infra_services-team please let me know if this is the correct team that handles Lens/ visualisation issues or I need to forward this to another team |
@teresaalvarezsoler not sure if this falls into one of the teams you work with. This dashboard is our presentation to K8s users after onboarding and crucial that it works flawlessly. Any help you can provide would be great! |
cc @flash1293. Is it possible to somehow link this issue to the Onboarding board, in order to help with tracking? Thanks |
@akhileshpok I don't think this should be on the onboarding initiative, it looks like an integration issue - maybe the field names changed or something like this and the visualization configuration needs to be fixed? Via the package manifest, it is owned by @elastic/obs-cloudnative-monitoring So what I would like suggest:
|
@flash1293 the second is the case here . Indeed (as I am part of @elastic/obs-cloudnative-monitoring ) I see that all data is there. Also nothing changed on our side on this dashboard and also I have made a duplication of the visualisation and So we need some help from AppEx visualizations team. Which team is this to tag? |
FYI I have a cluster running and if someone is assigned I can join a zoom for live troubleshooting |
@elastic/kibana-visualizations could you take a look at this together with @gizas ? |
@dej611 Testing in version 8.13.1 : Same visualisation is working: The filter with label Status includes the '*' FYI the filter by box has not double quotes (it is |
The issue seems to come from a changed behaviour in Elasticsearch. |
Opened an issue on the Elasticsearch side: elastic/elasticsearch#110133 |
After some investigation on the ES we figured what's going on here.
So the problem resides in the |
Pinging @elastic/fleet (Team:Fleet) |
Great sleuthing @dej611 - this is an important bug to fix. @kpollich it seems like the simplest approach is to explicitly set the @felixbarny maybe you know more about the context of why the default metrics template is only setting |
You mean setting this in the fleet-managed index template for metrics, correct? |
@kpollich That was what I meant, but after discussing with @felixbarny it makes sense to fix it in Elasticsearch, so no change needed on Kibana level. We should probably keep this issue open until it's fixed, validate the problem is actually gone and then close. @felixbarny could you link the PR here once you have it up? |
This was an oversight from when we removed the default field setting from I've created ES PRs to remove the default field from metrics settings as well: |
Kibana version:
8.14.0
Describe the bug:
Only
Pods visualisation
ofKubernetes Cluster Overview
Dashboard is not showing any information!The specific Pods Visualisation uses runtime fields in order to create a range of specific metrics based on the value of a specific metric: the
kubernetes.pod.status.phase
.For eg it creates the Running metric with value 1 when:
Same fields called Pending, Succeeded, Failed are being created per doc['kubernetes.pod.status.phase'].value
Steps to reproduce:
[Metrics Kubernetes] Cluster Overview
The Pods Visualisation does not show anythingExpected behavior:
Pods Visualisation to show the values of the Pods in cluster
Screenshots (if relevant):
I have confirmed that data is there and the
Explore In Discover
of relevant Visualisation returns metrics:Provide logs and/or server output (if relevant):
I have created a copy from another Visualisation and edit it with the same configuration options like the non-working one. As said before, the specific visualisation uses some runtime fields to populate some new field. The weird thing is that the
new duplicated Visualisation is working
.This is the Visualisation that is not working
export_not_working_pod.ndjson.txt
This is a copy from another visaulisation, where same code works
export_working_pod.ndjson.txt
See the comparison below:
Any additional context:
The text was updated successfully, but these errors were encountered: