Use *metrics-* as index pattern for adHocDataviews used in Kubernetes Cluster Overview dashboard - #6603
Conversation
… Cluster Overview dashboard
🌐 Coverage report
|
|
Package kubernetes - 1.43.0 containing this change is available at https://epr.elastic.co/search?package=kubernetes |
| "sourceFilters": [], | ||
| "timeFieldName": "@timestamp", | ||
| "title": "metrics-*" | ||
| "title": "*metrics-*" |
There was a problem hiding this comment.
Hi there,
I think it should be actually metrics-*,*:metrics-* otherwise you are only checking in the local cluster (not performing CCS) and you are looking for indices that starts with metics locally e.g., foometrics would also be checked (which does not really make sense).
Something similar have been used here elastic/kibana#161016
|
Hi there, I think it should be actually Something similar have been used here elastic/kibana#161016 |
|
Hello @herrBez , so you are saying that actually I can confirm your saying with following tests: Pattern: Pattern I will update acordingly |
|
Yes, it is exactly what I am saying :) . So the right value should be |
|
@gizas FYI my team implemented the K8S integration this week and started receiving errors on the "Overview" dashboard for a missing node role: "remote_cluster_client". Turns out that if your Elasticsearch nodes do not have this role the dashboards break because of the |
… Cluster Overview dashboard (elastic#6603) * Use *metrics-* as index pattern for adHocDataviews used in Kubernetes Cluster Overview dashboard * Update changelog.yml


What does this PR do?
This PR updates the index pattern used for all adHoc data views used in Kubernetes Cluster Overview dashboard.
The reason is that this index pattern does not work in cross cluster search use cases where metrics come from different sources and use different patterns.
An wider index-pattern like
*metrics-*is tested to solve the issue.Checklist
changelog.ymlfile.Author's Checklist
How to test this PR locally
Related issues