Sha256: c59d41049ca5a52a4311f2546047980c88c6f6f4a06221355747b89b12ca6ce7
Contents?: true
Size: 604 Bytes
Versions: 12
Compression:
Stored size: 604 Bytes
Contents
--- inputs: linux-syslog: - /var/log/messages filters: - grok: linux-syslog: # for logs of type 'linux-syslog' patterns: - %{SYSLOGLINE} - date: linux-syslog: timestamp: "%b %e %H:%M:%S" timestamp8601: ISO8601 - grep: linux-syslog: - match: message: test add_fields: nagios_alert: test_alert add_tags: - nagios - test - match: message: (?i)foo.*bar program: test add_fields: nagios_alert: foo_alert add_tags: - nagios outputs: - stdout:///
Version data entries
12 entries across 12 versions & 1 rubygems