From fea0aff43b6c7cc14ba848f97afb17999ff65c17 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Sat, 18 Oct 2025 23:54:14 +0300 Subject: Add goaccess to ingress --- templates/usr_local_etc_pylogsentinel.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/usr_local_etc_pylogsentinel.conf.j2') 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 -- cgit v1.3