From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH] suricata: Disable stats.log Date: Sun, 21 Apr 2019 09:26:45 +0200 Message-ID: <20190421072645.3868-1-stefan.schantl@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4819884877061312128==" List-Id: --===============4819884877061312128== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit This log is mainly needed for debugging the IPS. It writes some stats every couple of seconds and will create some load on SD cards and other cheap storage that we do not need. Fixes #12056. Signed-off-by: Stefan Schantl --- config/suricata/suricata.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/suricata/suricata.yaml b/config/suricata/suricata.yaml index e7e27c731..cb4f33865 100644 --- a/config/suricata/suricata.yaml +++ b/config/suricata/suricata.yaml @@ -82,7 +82,7 @@ outputs: # Stats.log contains data from various counters of the suricata engine. - stats: - enabled: yes + enabled: no filename: stats.log append: no # append to file (yes) or overwrite it (no) totals: yes # stats for all threads merged together -- 2.20.1 --===============4819884877061312128==--