eve/schema: add missing http fields

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

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

Loading…
Cancel
Save