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
The first is for the experimental fields, the second is for the standard fields. Looks like the experimental (accidentally?) drops dns.answers -- not sure if there are any other fields like this -- but this one was caught by packetbeat integration tests.
The text was updated successfully, but these errors were encountered:
The dns.answer object contains intermediate: True when the dns.answer.data object is loaded and the deeply nested structure is generated. When working properly, it sets intermediate: False. I'm still assessing the best way to handle this case in the code.
This isn't unique to the experimental schema. Any custom definitions modifying dns.answers.* will reproduce this behavior.
A workaround is to define answer with type object in the experimental definitions:
Description of the issue:
Compare
ecs/experimental/generated/beats/fields.ecs.yml
Lines 969 to 970 in 6cbb544
With
ecs/generated/beats/fields.ecs.yml
Lines 986 to 987 in 6cbb544
The first is for the
experimental
fields, the second is for the standard fields. Looks like the experimental (accidentally?) dropsdns.answers
-- not sure if there are any other fields like this -- but this one was caught bypacketbeat
integration tests.The text was updated successfully, but these errors were encountered: