Skip to content

Commit

Permalink
schema: mark dns.version and dns.grouped as having no keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonish committed Feb 21, 2025
1 parent 298262b commit 41e2534
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion etc/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1058,7 +1058,10 @@
},
"version": {
"description": "The version of this EVE DNS event",
"type": "integer"
"type": "integer",
"suricata": {
"keywords": false
}
},
"opcode": {
"description": "DNS opcode as an integer",
Expand Down Expand Up @@ -1280,7 +1283,11 @@
"additionalProperties": false
},
"grouped": {
"desription": "DNS fields grouped by type: alternative format, no direct keywords",
"type": "object",
"suricata": {
"keywords": false
},
"properties": {
"A": {
"type": "array",
Expand Down

0 comments on commit 41e2534

Please sign in to comment.