# CONFIGURED BY ANSIBLE # help differenciate web pages - strip out the query string [PARSER] name strip_querystr format regex regex ^(?[^?]*) # parse nginx error logs # 2025/09/25 11:40:28 [info] 1245806#1245806: *2399752 client timed out (110: Connection timed out) while waiting for request, client: x.x.x.x, server: 0.0.0.0:80 [PARSER] name nginx_error_logs format regex regex ^[^ ]+ [^ ]+ \[(?[^\]]+)\] [^ ]+: (?.*)$