Skip to content

Instantly share code, notes, and snippets.

@whitmo
Created November 5, 2014 15:21
Show Gist options
  • Save whitmo/4d2770679c9521dfb38a to your computer and use it in GitHub Desktop.
Save whitmo/4d2770679c9521dfb38a to your computer and use it in GitHub Desktop.
[hekad]
maxprocs = 4
# Heka dashboard for internal metrics and time series graphs
[Dashboard]
type = "DashboardOutput"
address = "ec2-54-215-139-238.us-west-1.compute.amazonaws.com:4352"
ticker_interval = 15
[tcp_carbon]
type = "TcpInput"
address = "0.0.0.0:4353"
parser_type = "token"
delimiter = "\n"
decoder = "StatsToFieldsDecoder"
[log_output]
type = "LogOutput"
message_matcher = "Type == 'NetworkInput' || Type == 'heka.statmetric'"
encoder = "RstEncoder"
[RstEncoder]
[PayloadEncoder]
append_newlines = false
prefix_ts = true
ts_format = "2006/01/02 3:04:05PM MST"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment