blob: 6abd40e38270a4051f40cf1d4665c5a6e424c73e [file] [log] [blame]
{%- from "heka/map.jinja" import server with context -%}
[RsyslogDecoder]
type = "SandboxDecoder"
filename = "lua_decoders/rsyslog.lua"
[RsyslogDecoder.config]
type = "{{ values.type }}"
template = '%TIMESTAMP% %HOSTNAME% %syslogtag%%msg:::sp-if-no-1st-sp%%msg:::drop-last-lf%\n'
tz = "{{ server.decoder.rsyslog.tz }}"