aboutsummaryrefslogtreecommitdiffstats
path: root/templates/usr_local_etc_pylogsentinel.conf.j2
diff options
context:
space:
mode:
authorJan Tuomi <jan@jantuomi.fi>2025-10-18 23:54:14 +0300
committerJan Tuomi <jan@jantuomi.fi>2025-10-18 23:54:14 +0300
commitfea0aff43b6c7cc14ba848f97afb17999ff65c17 (patch)
treee9d570cb8f7bf31d179ec70dcc2f2c578ff888ab /templates/usr_local_etc_pylogsentinel.conf.j2
parent468c528ccf05ec448328882e0ee7d69683666309 (diff)
Add goaccess to ingress
Diffstat (limited to 'templates/usr_local_etc_pylogsentinel.conf.j2')
-rw-r--r--templates/usr_local_etc_pylogsentinel.conf.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/usr_local_etc_pylogsentinel.conf.j2 b/templates/usr_local_etc_pylogsentinel.conf.j2
index 74721ef..5892a98 100644
--- a/templates/usr_local_etc_pylogsentinel.conf.j2
+++ b/templates/usr_local_etc_pylogsentinel.conf.j2
@@ -6,7 +6,7 @@ max_block_size = 10M
cmd = find / -type f -path '*/var/log/*' ! -name 'access.log' ! -name '*.bz2'
[logs.access]
-cmd = find / -type f -name 'access.log'
+paths = /usr/local/jails/containers/ingress/var/log/nginx/access.log
[action.default]
cmd = echo -e "---------\nMatched $RULE_ID in $FILE at line $LINE, context:\n\n$CONTEXT\n" >> /tmp/pylogsentinel.daily