1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-08-06 22:32:54 +02:00

formatting

This commit is contained in:
Kelly Brazil
2022-08-20 12:37:11 -07:00
parent b6cd123719
commit 7ad0f8a17f

View File

@ -59,7 +59,7 @@ See: https://www.microfocus.com/documentation/arcsight/arcsight-smartconnectors-
[2] Timezone-aware calculated epoch timestamp. (UTC only) This value [2] Timezone-aware calculated epoch timestamp. (UTC only) This value
will be null if a UTC timezone cannot be extracted from the original will be null if a UTC timezone cannot be extracted from the original
timestamp string value. timestamp string value.
[3] this field exists if the CEF line is not parsable. The value [3] This field exists if the CEF line is not parsable. The value
is the original syslog line. is the original syslog line.
Examples: Examples:
@ -85,6 +85,7 @@ Examples:
"myDate_epoch": 1667939400, "myDate_epoch": 1667939400,
"myDate_epoch_utc": null, "myDate_epoch_utc": null,
"myFloat": 3.14, "myFloat": 3.14,
"deviceEventClassIdNum": 4000000
"agentSeverityString": "Medium", "agentSeverityString": "Medium",
"agentSeverityNum": 6 "agentSeverityNum": 6
} }