rsyslog forward all except ldap
- by Brian
I have Centos 6 servers running openLDAP. In the rsyslog.conf, I forward the logs to my central server with this line:
*.* @10.10.10.10:514
openldap seems incredibly chatty. I have 3 servers in a multi-master cluster. Those 3 servers generate twice as many logs as my other 80 servers combined.
I have been unsuccessful in figuring out how to tell openLDAP to use a sensible log level. (we never specifically set the log level) Since these are my main authentication sources, I'm a bit hesitant to "play around" with them. Is there a way to tell rsyslog to forward everything EXCEPT LOCAL4?