Skip to content
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

[O11y][CoreDNS] Visualizations are showing error #5518

Closed
rajvi-patel-22 opened this issue Mar 13, 2023 · 4 comments
Closed

[O11y][CoreDNS] Visualizations are showing error #5518

rajvi-patel-22 opened this issue Mar 13, 2023 · 4 comments
Assignees
Labels
bug Something isn't working, use only for issues v8.0.0

Comments

@rajvi-patel-22
Copy link
Contributor

rajvi-patel-22 commented Mar 13, 2023

The CoreDNS integration contains one dashboard ([Filebeat CoreDNS] Overview) with 4 visualizations. However, 2 out of 4 visualizations are showing below error in Kibana v8.0.0.

Could not find reference for kibanaSavedObjectMeta.searchSourceJSON.index

Below is the screenshot of the dashboard:
screencapture-dev-4-kb-us-central1-gcp-cloud-es-io-9243-app-dashboards-2023-03-13-17_01_19

Steps to Reproduce

  1. Navigate to the CoreDNS integration page.
  2. Click on install assets.
  3. Click on the Assets tab.
  4. Open the dashboards.
@kush-elastic kush-elastic added bug Something isn't working, use only for issues v8.0.0 and removed release-pending labels Mar 13, 2023
@agithomas
Copy link
Contributor

@rajvi-elastic , were you able to figure out the reason for this issue? Is it something because of typo and can be fixed quickly?

@rajvi-patel-22
Copy link
Contributor Author

@rajvi-elastic , were you able to figure out the reason for this issue? Is it something because of typo and can be fixed quickly?

@agithomas, We have looked into the issue and found that removing below property from visualizations file will resolve the issue:

"indexRefName": "kibanaSavedObjectMeta.searchSourceJSON.index"

The wrong index was referenced for these two panels and after removing the above reference from json files, the panel won't throw any error.

Below are the two lines that will might need to be removed in order to resolve this issue:

  1. packages/coredns/kibana/visualization/coredns-75743f70-443c-11e9-8548-ab7fbe04f038.json
  2. packages/coredns/kibana/visualization/coredns-75743f70-443c-11e9-8548-ab7fbe04f038.json

Please let me know how should we proceed ahead? As this integration is not developed by us should we first confirm this probable solution with the service owner first to ensure the functionality of the panels won't be changed with this fix?

@agithomas
Copy link
Contributor

@lalit-satapathy , need your input here on the issue fix and how soon shall this issue be taken up ?

@rajvi-patel-22
Copy link
Contributor Author

PR is approved and merged, hence closing this issue: #5814

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working, use only for issues v8.0.0
Projects
None yet
Development

No branches or pull requests

3 participants