From: Jason Ish Date: Tue, 2 Jun 2020 17:01:42 +0000 (-0600) Subject: userguide: remove old drop-log documentation X-Git-Tag: suricata-6.0.0-beta1~359 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F5012%2Fhead;p=thirdparty%2Fsuricata.git userguide: remove old drop-log documentation Redmine issue: https://redmine.openinfosecfoundation.org/issues/2381 --- diff --git a/doc/userguide/configuration/suricata-yaml.rst b/doc/userguide/configuration/suricata-yaml.rst index e3d82350a2..af001510f9 100644 --- a/doc/userguide/configuration/suricata-yaml.rst +++ b/doc/userguide/configuration/suricata-yaml.rst @@ -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)