Skip to content

Instantly share code, notes, and snippets.

@rafrombrc
Last active August 29, 2015 14:06
Show Gist options
  • Save rafrombrc/cf7426fd51a6320f2ca7 to your computer and use it in GitHub Desktop.
Save rafrombrc/cf7426fd51a6320f2ca7 to your computer and use it in GitHub Desktop.
simplest file in -> stdout example heka toml file
[LogstreamerInput]
log_directory = "/var/log"
file_match = 'auth\.log'
[PayloadEncoder]
append_newlines = false
[LogOutput]
message_matcher = "TRUE"
encoder = "PayloadEncoder"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment