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

psconfig Grafana building template uses wrong field name for bulding DNS tests graphs #128

Open
2 tasks
szymontrocha opened this issue May 15, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@szymontrocha
Copy link

This template: https://github.com/perfsonar/psconfig/blob/5.1.0/psconfig/perfsonar-psconfig/templates/dns.json.j2

  • uses the following query to build visualization: test.type.keyword: dns AND test.spec.nameserver.keyword: $dns_nameserver AND test.spec.host.keyword: $dns_host. It points to non-existing field. It should be:
    test.type.keyword: dns AND test.spec.query.keyword: $dns_nameserver AND test.spec.host.keyword: $dns_host
  • variable definition dns_nameserver for bulding this visualization uses the same wrong field while it should be "field":"test.spec.query.keyword"

For both reasons this Dasbord fails to present data

@szymontrocha szymontrocha added the bug Something isn't working label May 15, 2024
@szymontrocha
Copy link
Author

Was this investigated?

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

No branches or pull requests

1 participant