summaryrefslogtreecommitdiff
path: root/data/templates/ids/suricata_logrotate.j2
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@vyos.io>2024-06-26 19:09:50 +0200
committerGitHub <noreply@github.com>2024-06-26 19:09:50 +0200
commit7f08f1ff9b23cd722d3e2fb7b66b3d59fc35a9bf (patch)
tree68d7603f7d5ea2e217815f123cb5bc7aa158ccdf /data/templates/ids/suricata_logrotate.j2
parent255dc6b42853d868cefee022b1bba77303635eb1 (diff)
parentae0ca9f5e54b841eb8ff37b41033bcca74d6827c (diff)
downloadvyos-1x-7f08f1ff9b23cd722d3e2fb7b66b3d59fc35a9bf.tar.gz
vyos-1x-7f08f1ff9b23cd722d3e2fb7b66b3d59fc35a9bf.zip
Merge pull request #3723 from sever-sever/T751
T751: Remove ids suricata
Diffstat (limited to 'data/templates/ids/suricata_logrotate.j2')
-rw-r--r--data/templates/ids/suricata_logrotate.j217
1 files changed, 0 insertions, 17 deletions
diff --git a/data/templates/ids/suricata_logrotate.j2 b/data/templates/ids/suricata_logrotate.j2
deleted file mode 100644
index 62773fc68..000000000
--- a/data/templates/ids/suricata_logrotate.j2
+++ /dev/null
@@ -1,17 +0,0 @@
-{% for filename in [(log.eve.filename | default("eve.json"))] %}
-{{ filename if filename.startswith("/") else ("/var/log/suricata/" + filename) }}
-{% endfor %}{
- weekly
- dateext
- dateformat _%Y-%m-%d_%H-%M-%S
- maxsize 10M
- rotate 10
- missingok
- nocompress
- nocreate
- nomail
- sharedscripts
- postrotate
- /bin/kill -HUP `cat /run/suricata/suricata.pid 2>/dev/null` 2>/dev/null || true
- endscript
-}