]> git.ipfire.org Git - thirdparty/suricata-verify.git/commitdiff
filestore: define reassembly.depth in the right section
authorPhilippe Antoine <pantoine@oisf.net>
Wed, 18 Feb 2026 09:52:25 +0000 (10:52 +0100)
committerVictor Julien <vjulien@oisf.net>
Wed, 18 Feb 2026 20:46:57 +0000 (20:46 +0000)
suricata.yaml outputs.stream is not read

tests/filestore-v2.7-stream-depth/suricata.yaml

index 46a2d1c4ae943b6e1cd546e5158da7ff44986d21..a19066b3817a5613e63f95173bef4813e181675d 100644 (file)
@@ -6,11 +6,11 @@ outputs:
       enabled: yes
       types:
         - files
-  - stream:
-      reassembly:
-          depth: 1000
   - file-store:
       version: 2
       enabled: yes
       force-filestore: yes
       stream-depth: 100000
+stream:
+  reassembly:
+    depth: 0