eve/schema: update following flow changes

pull/7959/head
Eric Leblond 3 years ago committed by Victor Julien
parent a0065f4368
commit 27cdfec28a

@ -100,6 +100,10 @@
"pattern": "^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}\\.\\d+[+\\-]\\d+$", "pattern": "^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}\\.\\d+[+\\-]\\d+$",
"optional": false "optional": false
}, },
"direction": {
"type": "string",
"optional": true
},
"tx_id": { "tx_id": {
"type": "integer", "type": "integer",
"optional": true "optional": true
@ -1324,6 +1328,12 @@
"bytes_toserver": { "bytes_toserver": {
"type": "integer" "type": "integer"
}, },
"dest_ip": {
"type": "string"
},
"dest_port": {
"type": "integer"
},
"end": { "end": {
"type": "string" "type": "string"
}, },
@ -1336,6 +1346,12 @@
"reason": { "reason": {
"type": "string" "type": "string"
}, },
"src_ip": {
"type": "string"
},
"src_port": {
"type": "integer"
},
"start": { "start": {
"type": "string" "type": "string"
}, },
@ -5043,6 +5059,9 @@
"syn": { "syn": {
"type": "boolean" "type": "boolean"
}, },
"tc_gap": {
"type": "boolean"
},
"tcp_flags": { "tcp_flags": {
"type": "string" "type": "string"
}, },
@ -5052,6 +5071,9 @@
"tcp_flags_ts": { "tcp_flags_ts": {
"type": "string" "type": "string"
}, },
"ts_gap": {
"type": "boolean"
},
"urg": { "urg": {
"type": "boolean" "type": "boolean"
} }

Loading…
Cancel
Save