88633684a1
Partially implements: blueprint heka Change-Id: I893a0c4a4cab9d4d98821634ddd2ff67015c4e3f
9 lines
295 B
Django/Jinja
9 lines
295 B
Django/Jinja
# Swift writes its logs to Syslog, so the generic Syslog input set in
|
|
# heka-global.toml.j2 is used.
|
|
|
|
[{{ item }}_file_output]
|
|
type = "FileOutput"
|
|
message_matcher = "Type == 'Syslog' && Fields[programname] == '{{ item }}'"
|
|
path = "/var/log/kolla/swift/{{ item }}.log"
|
|
encoder = "syslog_encoder"
|