You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: