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 11 additions and 0 deletions
Showing only changes of commit b13b22da05 - Show all commits

View file

@ -36,6 +36,11 @@ interfaces_type = {
'admin' : ['ens18'] 'admin' : ['ens18']
} }
log_ignore_v4 = [
'224.0.0.0/24',
'224.0.1.0/24',
'239.0.0.0/8',
]
### Specify nat settings: name, interfaces with range, and global range for nat ### Specify nat settings: name, interfaces with range, and global range for nat
### WARNING : "interface_ip_to_nat' MUST contain /24 ranges, and ip_sources MUST ### WARNING : "interface_ip_to_nat' MUST contain /24 ranges, and ip_sources MUST

View file

@ -33,6 +33,12 @@ interfaces_type = {
'admin' : ['ens19', 'ens20', 'ens23'] 'admin' : ['ens19', 'ens20', 'ens23']
} }
log_ignore_v4 = [
'224.0.0.0/24',
'224.0.1.0/24',
'239.0.0.0/8',
]
### Specify nat settings: name, interfaces with range, and global range for nat ### Specify nat settings: name, interfaces with range, and global range for nat
### WARNING : "interface_ip_to_nat' MUST contain /24 ranges, and ip_sources MUST ### WARNING : "interface_ip_to_nat' MUST contain /24 ranges, and ip_sources MUST
### contain /16 range ### contain /16 range