]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
eve/schema: add missing capture_file field
authorVictor Julien <vjulien@oisf.net>
Tue, 7 Jun 2022 20:31:56 +0000 (22:31 +0200)
committerVictor Julien <vjulien@oisf.net>
Thu, 9 Jun 2022 05:27:16 +0000 (07:27 +0200)
etc/schema.json

index d13f3e8829e7e8c9d1f66f9d2e4789914fd8258d..b2411c08dcededf2247e1566eca547bfa113d02a 100644 (file)
@@ -17,6 +17,9 @@
         "app_proto_ts": {
             "type": "string"
         },
+        "capture_file": {
+            "type": "string"
+        },
         "community_id": {
             "type": "string"
         },