]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
doc: remove deprecated force-md5 flag from userguide
authorPascal Delalande <pdl35@free.fr>
Fri, 12 Oct 2018 19:32:13 +0000 (21:32 +0200)
committerVictor Julien <victor@inliniac.net>
Mon, 15 Oct 2018 08:42:22 +0000 (10:42 +0200)
doc/userguide/file-extraction/file-extraction.rst
doc/userguide/file-extraction/md5.rst

index db15e7010525d345b42132eb19bddbf3cfe43b7c..d59e8699c0433c0787caaf908d40a011e4919ced 100644 (file)
@@ -104,7 +104,7 @@ recommended.
       enabled: yes      # set to yes to enable
       log-dir: files    # directory to store the files
       force-magic: no   # force logging magic on all stored files
-      force-md5: no     # force logging of md5 checksums
+      force-hash: [md5] # force logging of md5 checksums
       stream-depth: 1mb # reassemble 1mb into a stream, set to no to disable
       waldo: file.waldo # waldo file to store the file_id across runs
       max-open-files: 0 # how many files to keep open (O means none)
@@ -129,7 +129,7 @@ output.
         append: yes
         #filetype: regular # 'regular', 'unix_stream' or 'unix_dgram'
         force-magic: no   # force logging magic on all logged files
-        force-md5: no     # force logging of md5 checksums
+        force-hash: [md5] # force logging of md5 checksums
 
 
 Rules
index 7e992a7d28ef78a930ab3115911139de98614f56..df3e57d0ea4616a0490c0549ddb5c4935604fef1 100644 (file)
@@ -16,7 +16,7 @@ In the suricata yaml:
          enabled: yes       # set to yes to enable
          log-dir: files     # directory to store the files
          force-magic: yes   # force logging magic on all stored files
-         force-md5: yes     # force logging of md5 checksums
+         force-hash: [md5]  # force logging of md5 checksums
          #waldo: file.waldo # waldo file to store the file_id across runs
 
 Optionally, for JSON output:
@@ -128,7 +128,7 @@ If you would like to log MD5s for everything and anything that passes through th
       enabled: no       # set to yes to enable
       log-dir: files    # directory to store the files
       force-magic: yes   # force logging magic on all stored files
-      force-md5: yes     # force logging of md5 checksums
+      force-hash: [md5]  # force logging of md5 checksums
       #waldo: file.waldo # waldo file to store the file_id across runs
 
   - file-log:
@@ -137,5 +137,4 @@ If you would like to log MD5s for everything and anything that passes through th
       append: no
       #filetype: regular # 'regular', 'unix_stream' or 'unix_dgram'
       force-magic: yes   # force logging magic on all logged files
-      force-md5: yes     # force logging of md5 checksums
-
+      force-hash: [md5]  # force logging of md5 checksums