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