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"
|
||||
template="RSYSLOG_FileFormat"
|
||||
)
|
||||
call sendLogsToRemote
|
||||
}
|
||||
|
||||
# TODO: add protocol-specific options (eg. TLS)
|
||||
|
@ -49,7 +50,5 @@ input(
|
|||
{% endif %}
|
||||
port="{{ input.port }}"
|
||||
ruleset="handleIncomingLogs"
|
||||
|
||||
call sendLogsToRemote
|
||||
)
|
||||
{% endfor %}
|
||||
|
|
Loading…
Reference in a new issue