eve/schema: add missing http fields

pull/7511/head
Victor Julien 3 years ago
parent d58f9e54d0
commit 42adaf5627

@ -1422,12 +1422,21 @@
"http_refer": {
"type": "string"
},
"http_response_body": {
"type": "string"
},
"http_response_body_printable": {
"type": "string"
},
"http_user_agent": {
"type": "string"
},
"length": {
"type": "integer"
},
"org_src_ip": {
"type": "string"
},
"protocol": {
"type": "string"
},
@ -1437,12 +1446,18 @@
"status": {
"type": "integer"
},
"true_client_ip": {
"type": "string"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
},
"x_bluecoat_via": {
"type": "string"
},
"xff": {
"type": "string"
},

Loading…
Cancel
Save