Files
vs/siem-elastic-template/elastic/parsers.conf
Gašper Dobrovoljc 0666924962 Initial commit
2025-11-12 13:09:01 +01:00

8 lines
321 B
Plaintext

[PARSER]
Name http_access_custom
Format regex
Regex ^(?<host>\S+)\s+(?<ident>\S+)\s+(?<user>\S+)\s+\[(?<time>[^\]]+)\]\s+"(?<method>\S+)\s+(?<path>\S+)\s+(?<protocol>[^"]+)"\s+(?<code>\d{3})\s+(?<size>\S+)$
Time_Key time
Time_Format %d/%b/%Y %H:%M:%S
Types code:integer