DnsFailedQuery
The summary of the failed DNS query. The query result represents a full query chain from client VM to dns forwarder, and upstream server if no forwarder cache was hit.
{
"address": "string",
"client_ip": "string",
"error_message": "string",
"error_type": "string",
"forwarder_ip": "string",
"record_type": "string",
"source_ip": "string",
"time_spent": 0,
"timestamp": "string",
"upstream_server_ip": "string"
}
The address be queried, can be a FQDN or an ip address.
The client host ip address from which the query was issued.
The detailed error message of the failed query, if any.
The type of the query failure, e.g. NXDOMAIN, etc.
The DNS forwarder ip address to which the query was first received.
The record type be queried, e.g. A, CNAME, SOA, etc.
The source ip address that is used to forward a query to an upstream server.
The time the query took before it got a failed answer, in ms.
Timestamp of the request, in YYYY-MM-DD HH:MM:SS.zzz format.
The upstream server ip address to which the query was forwarded. If the query could not be serviced from the DNS forwarder cache, this property will contain the IP address of the DNS server that serviced the request. If the request was serviced from the cache, this property will be absent.