commit | bbd531b8c34dbc5a11381ebd8eaefc55d6c5e478 | [log] [tgz] |
---|---|---|
author | jan kaufman <jan.kaufman@tcpcloud.eu> | Thu Nov 19 20:08:42 2015 +0100 |
committer | jan kaufman <jan.kaufman@tcpcloud.eu> | Thu Nov 19 20:08:42 2015 +0100 |
tree | e0d97c7e393208385153b8a900aaeb1cdfd3b3a1 | |
parent | f1af4f3dc71b296e816d3fb503452177e264fc8b [diff] |
develop
diff --git a/heka/files/decoder/sandbox.toml b/heka/files/decoder/sandbox.toml index f95737a..8c0c9fb 100644 --- a/heka/files/decoder/sandbox.toml +++ b/heka/files/decoder/sandbox.toml
@@ -21,3 +21,10 @@ {% if values.output_limit is defined %} output_limit = "{{ values.output_limit }}" {%- endif %} + +{% if values.config is defined %} +config = [ +{% for k,v in values.config.iteritems() %} +{{ k }} = {{ v }} ] +{%- endfor %} +{%- endif %}