diff options
Diffstat (limited to 'schema/daemon_event_schema.json')
-rw-r--r-- | schema/daemon_event_schema.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/schema/daemon_event_schema.json b/schema/daemon_event_schema.json index 0727fa1fe..1eaa7fd03 100644 --- a/schema/daemon_event_schema.json +++ b/schema/daemon_event_schema.json @@ -19,7 +19,7 @@ "properties": { "daemon_event_name": { "enum": [ "status", "shutdown" ] } } }, "then": { - "required": [ "packets-captured", "packets-processed", "total-skipped-flows", "total-l4-data-len", "total-not-detected-flows", "total-guessed-flows", "total-detected-flows", "total-detection-updates", "total-updates", "current-active-flows", "total-active-flows", "total-idle-flows", "total-compressions", "total-compression-diff", "current-compression-diff", "total-events-serialized" ] + "required": [ "packets-captured", "packets-processed", "total-skipped-flows", "total-l4-payload-len", "total-not-detected-flows", "total-guessed-flows", "total-detected-flows", "total-detection-updates", "total-updates", "current-active-flows", "total-active-flows", "total-idle-flows", "total-compressions", "total-compression-diff", "current-compression-diff", "total-events-serialized" ] }, "properties": { "alias": { @@ -99,7 +99,7 @@ "type": "number", "minimum": 0 }, - "total-l4-data-len": { + "total-l4-payload-len": { "type": "number", "minimum": 0 }, |