]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
eve/schema: add missing http fields
authorVictor Julien <vjulien@oisf.net>
Tue, 7 Jun 2022 19:12:46 +0000 (21:12 +0200)
committerVictor Julien <vjulien@oisf.net>
Thu, 9 Jun 2022 05:27:16 +0000 (07:27 +0200)
etc/schema.json

index 0cce77858d16ca4e870f011b2e9e7fcc34d92ca5..d13f3e8829e7e8c9d1f66f9d2e4789914fd8258d 100644 (file)
                 "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"
                 },
                 "status": {
                     "type": "integer"
                 },
+                "true_client_ip": {
+                    "type": "string"
+                },
                 "url": {
                     "type": "string"
                 },
                 "version": {
                     "type": "string"
                 },
+                "x_bluecoat_via": {
+                    "type": "string"
+                },
                 "xff": {
                     "type": "string"
                 },