Skip to content

Commit 18f742f

Browse files
jasonishvictorjulien
authored andcommitted
schema: map NTP fields to keywords
1 parent cdb02a2 commit 18f742f

1 file changed

Lines changed: 24 additions & 4 deletions

File tree

etc/schema.json

Lines changed: 24 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4473,19 +4473,39 @@
44734473
"properties": {
44744474
"mode": {
44754475
"type": "integer",
4476-
"description": "The mode of the NTP message"
4476+
"description": "The mode of the NTP message",
4477+
"suricata": {
4478+
"keywords": [
4479+
"ntp.mode"
4480+
]
4481+
}
44774482
},
44784483
"reference_id": {
44794484
"type": "string",
4480-
"description": "Identifies specific server or reference clock as a colon-separated 4-byte hex string"
4485+
"description": "Identifies specific server or reference clock as a colon-separated 4-byte hex string",
4486+
"suricata": {
4487+
"keywords": [
4488+
"ntp.reference_id"
4489+
]
4490+
}
44814491
},
44824492
"stratum": {
44834493
"type": "integer",
4484-
"description": "Indicates distance from the reference clock"
4494+
"description": "Indicates distance from the reference clock",
4495+
"suricata": {
4496+
"keywords": [
4497+
"ntp.stratum"
4498+
]
4499+
}
44854500
},
44864501
"version": {
44874502
"type": "integer",
4488-
"description": "The NTP version number, typically 3 or 4"
4503+
"description": "The NTP version number, typically 3 or 4",
4504+
"suricata": {
4505+
"keywords": [
4506+
"ntp.version"
4507+
]
4508+
}
44894509
}
44904510
}
44914511
},

0 commit comments

Comments
 (0)