Created
November 5, 2014 15:21
-
-
Save whitmo/4d2770679c9521dfb38a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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