mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
- Corrected missing % for POSINT - Made progname optional - Made message greedy - Made all fields named (except the first)
2 lines
188 B
Text
2 lines
188 B
Text
RUBY_LOGLEVEL (?:DEBUG|FATAL|ERROR|WARN|INFO)
|
|
RUBY_LOGGER [DFEWI], \[%{TIMESTAMP_ISO8601:timestamp} #%{POSINT:pid}\] *%{RUBY_LOGLEVEL:loglevel} -- *%{DATA:progname}: %{GREEDYDATA:message}
|