Sha256: a3dd17982a07a40a1d00008651b20dce30a7c463c74fc4abf29b8ba324d7235f
Contents?: true
Size: 503 Bytes
Versions: 11
Compression:
Stored size: 503 Bytes
Contents
# Example config that parses rawlogs with grok and puts them on another AMQP topic inputs: all: - amqp://localhost/topic/rawlogs outputs: - stdout:/// filters: - grok: linux-syslog: # for logs tagged 'linux-syslog' timestamp: key: date format: %b %e %H:%M:%S patterns: - %{SYSLOGLINE} apache-access: # for logs tagged 'apache-error' timestamp: key: timestamp format: %d/%b/%Y:%H:%M:%S %Z patterns: - %{COMBINEDAPACHELOG}
Version data entries
11 entries across 11 versions & 1 rubygems