From b2b221fa46f4bdfa34cad674df25ce7c04e2cec5 Mon Sep 17 00:00:00 2001 From: Masaya-A <68965261+Masaya-A@users.noreply.github.com> Date: Wed, 20 Jan 2021 13:20:04 +0900 Subject: [PATCH] Specify the file name for Suricata stats.log will be rotated by surirotate --- salt/common/files/log-rotate.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/common/files/log-rotate.conf b/salt/common/files/log-rotate.conf index fd53d9983..4d8dffac9 100644 --- a/salt/common/files/log-rotate.conf +++ b/salt/common/files/log-rotate.conf @@ -11,7 +11,7 @@ /opt/so/log/soctopus/*.log /opt/so/log/curator/*.log /opt/so/log/fleet/*.log -/opt/so/log/suricata/*.log +/opt/so/log/suricata/suricata.log /opt/so/log/mysql/*.log /opt/so/log/playbook/*.log /opt/so/log/logstash/*.log