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+$",
"optional": false
},
"direction": {
"type": "string",
"optional": true
},
"tx_id": {
"type": "integer",
"optional": true
@ -1324,6 +1328,12 @@
"bytes_toserver": {
"type": "integer"
},
"dest_ip": {
"type": "string"
},
"dest_port": {
"type": "integer"
},
"end": {
"type": "string"
},
@ -1336,6 +1346,12 @@
"reason": {
"type": "string"
},
"src_ip": {
"type": "string"
},
"src_port": {
"type": "integer"
},
"start": {
"type": "string"
},
@ -5043,6 +5059,9 @@
"syn": {
"type": "boolean"
},
"tc_gap": {
"type": "boolean"
},
"tcp_flags": {
"type": "string"
},
@ -5052,6 +5071,9 @@
"tcp_flags_ts": {
"type": "string"
},
"ts_gap": {
"type": "boolean"
},
"urg": {
"type": "boolean"
}

Loading…
Cancel
Save