All pastes #2963610 Raw Edit

heka-config.toml

public unlisted text v1 · immutable
#2963610 ·published 2015-03-25 05:53 UTC
rendered paste body
[hekad]
maxprocs = 1
poolsize = 1000

[smpp_logs]
type = "LogstreamerInput"
log_directory = "/tmp/smpp"
file_match= 'HS_06_SMPP_FULL_CDR(_(?P<Seq>\d*))?'
priority =["Seq"]
    [smpp_logs.translation.Seq]
    missing = 9999999999999

[PayloadEncoder]
append_newlines = false

[SmppCdrLog]
type = "FileOutput"
message_matcher = "TRUE"
path = "/tmp/heka-log/SMPP_HS6.01-02-2006-15:04:00"
perm = "666"
flush_count = 100
flush_operator = "OR"
encoder = "PayloadEncoder"
rotation_interval=1