Fix the remote template.

This commit is contained in:
Andrea Dell'Amico 2020-07-18 17:55:46 +02:00
parent 76f81d59fc
commit 798e5a3395
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ tls.myPrivKey="{{ rsyslog_tls_key }}"
#tls.permittedpeer=["client1","client2","client3"] )
)
template (name="remote" type="string" string="{{ rsyslog_remote_path }}/%HOSTNAME%/%HOSTNAME%-syslog.log")
ruleset (name="relp") { action(type="omfile" Template="remote") }
ruleset (name="relp") { action(type="omfile" DynaFile="remote") }
{% endif %}
{% if rsyslog_enable_remote_udp == 'enabled' %}