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 77a5fdac6f - Show all commits

View file

@ -63,8 +63,8 @@ ruleset(name="sendLogsToDisk") {
auth,authpriv.* action(type="omfile" file="/var/log/auth.log")
mail.* action(type="omfile" file="/var/log/mail.log" sync="off")
kern.* action(type="omfile" file="/var/log/kern.log")
*.*;auth,authpriv.none action(type="omfile" file="/var/log/syslog.log"
sync="off")
*.*;auth,authpriv,mail,kern.none action(type="omfile"
file="/var/log/syslog.log" sync="off")
}
# Send logs to remote collector(s)