Skip to content

Commit 0e851bc

Browse files
authored
Merge pull request #143 from wunderio/feature/SLT-1189-ja4
SLT-1189: Add JA4 signature into nginx logs
2 parents 288eebe + f369364 commit 0e851bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/frontend/templates/configmap.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ data:
5050
5151
log_format main '$remote_addr - $remote_user [$time_local] "$request" '
5252
'$status $body_bytes_sent "$http_referer" '
53-
'"$http_user_agent" "$http_x_forwarded_for" $host "$http_ja3"';
53+
'"$http_user_agent" "$http_x_forwarded_for" $host "$http_ja3" "$http_ja4"';
5454
5555
5656
access_log /proc/self/fd/1 main;

0 commit comments

Comments
 (0)