- Update to work with latest code

This commit is contained in:
Jordan Sissel 2010-10-28 11:00:27 +00:00
parent 2053ceabcb
commit 2ac9f69c55

View file

@ -16,19 +16,20 @@ inputs:
apache-error: apache-error:
- /var/log/apache2/error.log - /var/log/apache2/error.log
filters: filters:
grok: - grok:
linux-syslog: # for logs tagged 'linux-syslog' linux-syslog: # for logs tagged 'linux-syslog'
timestamp:
key: date
format: %b %e %H:%M:%S
patterns: patterns:
- %{SYSLOGLINE} - %{SYSLOGLINE}
apache-access: # for logs tagged 'apache-error' apache-access: # for logs tagged 'apache-error'
timestamp:
key: timestamp
format: %d/%b/%Y:%H:%M:%S %Z
patterns: patterns:
- %{COMBINEDAPACHELOG} - %{COMBINEDAPACHELOG}
- date:
linux-syslog: # for logs tagged 'linux-syslog'
# Look for a field 'timestamp' with this format, parse and it for the timestamp
# This field comes from the SYSLOGLINE pattern
timestamp: %b %e %H:%M:%S
apache-access:
timestamp: "%d/%b/%Y:%H:%M:%S %Z"
outputs: outputs:
# For this demo, we'll write to websockets... # For this demo, we'll write to websockets...
- stdout:/// - stdout:///