Skip to content

Instantly share code, notes, and snippets.

@KushalP
Created November 21, 2013 15:44
Show Gist options
  • Save KushalP/7583963 to your computer and use it in GitHub Desktop.
Save KushalP/7583963 to your computer and use it in GitHub Desktop.
[hekad]
decoder_poolsize = 5
max_message_loops = 8
max_process_inject = 10
max_timer_inject = 20
maxprocs = 4
plugin_chansize = 10
poolsize = 200
[debug]
type = "LogOutput"
message_matcher = "Type == 'heka.counter-output' || Type == 'heka.all-report' || Type == 'heka.sandbox-output'"
[LogfileInput]
logfile = "./test.log"
decoder = "DockerLogDecoder"
[DockerLogDecoder]
type = "SandboxDecoder"
script_type = "lua"
filename = "/vagrant/docker_log_decode.lua"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment