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
2 changed files with 7 additions and 0 deletions
Showing only changes of commit 5d319cf167 - Show all commits

View file

@ -89,3 +89,9 @@ apartment_block_dhcp: "{{ apartment_block }}"
ipv6_base_prefix: "2a09:6840"
is_aurore_host: "{{ 'aurore_vm' in group_names }}"
rsyslog_outputs:
- proto: relp
address: 10.128.0.241
port: 20514
...

View file

@ -5,4 +5,5 @@ rsyslog_inputs:
port: 20514
- proto: udp
port: 514
rsyslog_outputs: []
...