Skip to content

Instantly share code, notes, and snippets.

@mattrco
Created June 29, 2014 12:18
Show Gist options
  • Save mattrco/e5907f0b01b545bf86f8 to your computer and use it in GitHub Desktop.
Save mattrco/e5907f0b01b545bf86f8 to your computer and use it in GitHub Desktop.
Heka syslog -> file output
[LogstreamerInput]
log_directory = "/var/log"
file_match = 'syslog\.?(?P<Seq>\d*)'
priority = ["^Seq"]
[FileOutput]
message_matcher = "TRUE"
path = "/tmp/output"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment