etc/logstash-parser.yaml in logstash-lite-0.2.20101207114354 vs etc/logstash-parser.yaml in logstash-lite-0.2.20101208111718
- old
+ new
@@ -1,14 +1,14 @@
# Example config that parses rawlogs with grok and puts them on another AMQP topic
inputs:
+ all:
- amqp://localhost/topic/rawlogs
outputs:
- - amqp://localhost/topic/parsedlogs
- stdout:///
filters:
- grok:
+- grok:
linux-syslog: # for logs tagged 'linux-syslog'
- timestamp:
+ timestamp:
key: date
format: %b %e %H:%M:%S
patterns:
- %{SYSLOGLINE}
apache-access: # for logs tagged 'apache-error'