Sha256: 9aaf6774fe650078c01ddc54c1f771322356e2241fb1be0ce7ec7a55bdc002fd
Contents?: true
Size: 535 Bytes
Versions: 14
Compression:
Stored size: 535 Bytes
Contents
# Example config that parses rawlogs with grok and puts them on another AMQP topic inputs: - amqp://localhost/topic/rawlogs outputs: - amqp://localhost/topic/parsedlogs - 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
14 entries across 14 versions & 1 rubygems