Centralisation des journaux (pas encore Elastic) #40

Manually merged
jeltz merged 24 commits from logs-first-phase into master 2024-07-01 01:55:28 +02:00
Showing only changes of commit e4b58c0bf4 - Show all commits

View file

@ -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 %}