zeek.dns reduce errors

This commit is contained in:
reyesj2
2025-11-14 15:42:22 -06:00
parent 7c73b4713f
commit bcec999be4

View File

@@ -164,6 +164,7 @@
"ignore_failure": true "ignore_failure": true
} }
}, },
"if": "ctx.dns != null && ctx.dns.answers != null && ctx.dns.answers.name != null",
"ignore_failure": true "ignore_failure": true
} }
}, },