Newton Series Release Notes¶
14.0.0¶
New Features¶
- The - rsyslog_serverrole now has support for CentOS 7.
- The rsyslog_server role now supports the ability to configure whether apt/yum tasks install the latest available package, or just ensure that the package is present. The default action is to ensure that the latest package is present. The action taken may be changed to only ensure that the package is present by setting - rsyslog_server_package_stateto- present.
Upgrade Notes¶
- The rsyslog_server role always checks whether the latest package is installed when executed. If a deployer wishes to change the check to only validate the presence of the package, the option - rsyslog_server_package_stateshould be set to- present.
- The variable - rsyslog_server_packageshas been replaced by- rsyslog_server_distro_packages.
- New overrides are provided to allow for better customization around logfile retention and rate limiting for UDP/TCP sockets. - rsyslog_server_logrotation_windowdefaults to 14 days- rsyslog_server_ratelimit_intervaldefaults to 0 seconds- rsyslog_server_ratelimit_burstdefaults to 10000
- The rsyslog.conf is now using v7+ style configuration settings 
