From: Victor Julien Date: Tue, 7 Jun 2022 20:31:56 +0000 (+0200) Subject: eve/schema: add missing capture_file field X-Git-Tag: suricata-7.0.0-beta1~474 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a7349406c447c1d0b46da04b3376a9d2deece02;p=thirdparty%2Fsuricata.git eve/schema: add missing capture_file field --- diff --git a/etc/schema.json b/etc/schema.json index d13f3e8829..b2411c08dc 100644 --- a/etc/schema.json +++ b/etc/schema.json @@ -17,6 +17,9 @@ "app_proto_ts": { "type": "string" }, + "capture_file": { + "type": "string" + }, "community_id": { "type": "string" },