The current DNS pipeline doesnt convert dns.answers.ttl which is copied from the Corelight field TTLs to the correct type. It seems Corelight sends it as an array however the expected Elastic mapping is a long. https://www.elastic.co/guide/en/ecs/current/ecs-dns.html#field-dns-answers-ttl
dns.id is indexed as a keyword and therefore should be converted to a string.
The current DNS pipeline doesnt convert
dns.answers.ttlwhich is copied from the Corelight fieldTTLsto the correct type. It seems Corelight sends it as anarrayhowever the expected Elastic mapping is along. https://www.elastic.co/guide/en/ecs/current/ecs-dns.html#field-dns-answers-ttldns.idis indexed as akeywordand therefore should be converted to astring.