[ ] 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
This template: https://github.com/perfsonar/psconfig/blob/5.1.0/psconfig/perfsonar-psconfig/templates/dns.json.j2
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
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