ECS::LogEntry::Dns::Answers
Inherits JSON::Serializable < Struct < Value < Object
Constructors
Instance methods
dns.answers.class
The class of DNS data contained in this resource record.
Level: Extended Type: Keyword Example:
IN
dns.answers.class
The class of DNS data contained in this resource record.
Level: Extended Type: Keyword Example:
IN
dns.answers.data
The data describing the resource.
The meaning of this data depends on the type and class of the resource record.
Level: Extended Type: Keyword Example:
10.10.10.10
dns.answers.data
The data describing the resource.
The meaning of this data depends on the type and class of the resource record.
Level: Extended Type: Keyword Example:
10.10.10.10
dns.answers.name
The domain name to which this resource record pertains.
If a chain of CNAME is being resolved, each answer's name should be the one
that corresponds with the answer's data. It should not simply be the original
question.name repeated.
Level: Extended Type: Keyword Example:
www.google.com
dns.answers.name
The domain name to which this resource record pertains.
If a chain of CNAME is being resolved, each answer's name should be the one
that corresponds with the answer's data. It should not simply be the original
question.name repeated.
Level: Extended Type: Keyword Example:
www.google.com
dns.answers.ttl
The time interval in seconds that this resource record may be cached before it should be discarded. Zero values mean that the data should not be cached.
Level: Extended Type: Long Example:
180
dns.answers.ttl
The time interval in seconds that this resource record may be cached before it should be discarded. Zero values mean that the data should not be cached.
Level: Extended Type: Long Example:
180
dns.answers.type
The type of data contained in this resource record.
Level: Extended Type: Keyword Example:
CNAME
dns.answers.type
The type of data contained in this resource record.
Level: Extended Type: Keyword Example:
CNAME