[PARSER] Name caddy_json Format json Time_Key ts Time_Format %s.%L # Generic JSON parser for nested message fields [PARSER] Name json Format json # Parse ZOMBOID_CONN firewall logs to extract source IP # Example: ZOMBOID_CONN: IN=enp0s31f6 OUT= MAC=... SRC=45.5.113.90 DST=192.168.1.10 ... [PARSER] Name zomboid_firewall Format regex Regex ZOMBOID_CONN:.*SRC=(?[0-9.]+).*DST=(?[0-9.]+).*DPT=(?[0-9]+) # Parse ZOMBOID_RATELIMIT firewall logs to extract source IP # Example: ZOMBOID_RATELIMIT: IN=enp0s31f6 OUT= MAC=... SRC=45.5.113.90 DST=192.168.1.10 ... [PARSER] Name zomboid_ratelimit Format regex Regex ZOMBOID_RATELIMIT:.*SRC=(?[0-9.]+).*DST=(?[0-9.]+).*DPT=(?[0-9]+)