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 acd5721a5b - Show all commits

View file

@ -5,8 +5,8 @@ Description=Rotate remote logs
[Service]
User=root
Type=OneShot
Type=oneshot
ExecStart={{ rsyslog_collector_rotate_path }} \
--base-dir {{ rsyslog_collector_keep_days }} \
--base-dir {{ rsyslog_collector_base_dir }} \
--compress-days {{ rsyslog_collector_compress_days }} \
--keep-days {{ rsyslog_collector_base_dir }}
--keep-days {{ rsyslog_collector_keep_days }}