]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
userguide: remove old drop-log documentation 5012/head
authorJason Ish <jason.ish@oisf.net>
Tue, 2 Jun 2020 17:01:42 +0000 (11:01 -0600)
committerVictor Julien <victor@inliniac.net>
Wed, 3 Jun 2020 11:36:55 +0000 (13:36 +0200)
Redmine issue:
https://redmine.openinfosecfoundation.org/issues/2381

doc/userguide/configuration/suricata-yaml.rst

index e3d82350a2d248b2177e7634ca8608c0b345cb16..af001510f958e8c677143083b7fe0d35d3aae84d 100644 (file)
@@ -500,27 +500,6 @@ With this option it is possible to send all alert and event output to syslog.
        level: Info                #In this option you can set the level of output. The possible levels are:
                                   #Emergency, Alert, Critical, Error, Warning, Notice, Info and Debug.
 
-Drop.log, a line based information for dropped packets
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-.. note:: This output has been deprecated and will be removed by
-          June 2020.
-
-If Suricata works in IPS mode, it can drop packets based on
-rules. Packets that are being dropped are saved in the drop.log file,
-a Netfilter log format.
-
-::
-
-  - drop:
-       enabled: yes              #The option is enabled.
-       filename: drop.log        #The log-name of the file for dropped packets.
-       append: yes               #If this option is set to yes, the last filled
-                                 #drop.log-file will not be overwritten while
-                                 #restarting Suricata. If set to 'no' the last
-                                 #filled drop.log file will be overwritten.
-       filetype: regular         #regular, unis_stream, unix_dgram
-
 .. _suricata-yaml-file-store:
 
 File-store (File Extraction)