Centralisation des journaux (pas encore Elastic) #40
1 changed files with 1 additions and 2 deletions
|
@ -38,6 +38,7 @@ ruleset(name="handleIncomingLogs") {
|
||||||
dynaFile="incomingFilename"
|
dynaFile="incomingFilename"
|
||||||
template="RSYSLOG_FileFormat"
|
template="RSYSLOG_FileFormat"
|
||||||
)
|
)
|
||||||
|
call sendLogsToRemote
|
||||||
}
|
}
|
||||||
|
|
||||||
# TODO: add protocol-specific options (eg. TLS)
|
# TODO: add protocol-specific options (eg. TLS)
|
||||||
|
@ -49,7 +50,5 @@ input(
|
||||||
{% endif %}
|
{% endif %}
|
||||||
port="{{ input.port }}"
|
port="{{ input.port }}"
|
||||||
ruleset="handleIncomingLogs"
|
ruleset="handleIncomingLogs"
|
||||||
|
|
||||||
call sendLogsToRemote
|
|
||||||
)
|
)
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
Loading…
Reference in a new issue