发布于 2015-02-24 21:26:43 | 209 次阅读 | 评论: 0 | 来源: 网友投递
Rsyslog 多线程 syslogd 版本
Rsyslog 是一个 syslogd 的多线程增强版。它提供了MySQL和完全可配置的输出格式(包括大时间戳)的支持。
Rsyslog 是一个 syslogd 的多线程增强版。它提供了MySQL和完全可配置的输出格式(包括大时间戳)的支持。
rsyslog 8.8.0 (v8-stable) 发布,此版本主要是 bug 修复,还有一些专注于实际问题的新特性和问题诊断方面的改进。
更新内容:
omkafka: add support for dynamic topics and auto partitioning
Thanks to Tait Clarridge for the patches.
imtcp/imptcp: support for broken Cisco ASA TCP syslog framing
omfwd: more detailled error messages in case of UDP send error
TLS syslog: enable capability to turn on GnuTLS debug logging
This provides better diagnostics in hard-to-diagnose cases,
especially when GnuTLS is extra-picky about certificates.
bugfix: $AbortOnUncleanConfig did not work
improve rsyslogd -v output and error message with meta information
version number is now contained in error message and build platform in
version output. This helps to gets rid of the usual "which version"
question on mailing list, support forums, etc…
bugfix imtcp: octet-counted framing cannot be turned off
bugfix: build problems on Illuminos
Thanks to Andrew Stormont for the patch
bugfix: invalid data size for iMaxLine global property
It was defined as int, but inside the config system it was declared as
size type, which uses int64_t. With legacy config statements, this could
lead to misadressing, which usually meant the another config variable was
overwritten (depending on memory layout).
closes https://github.com/rsyslog/rsyslog/issues/205
bugfix: negative values for maxMessageSize global parameter were permitted
更多改进请看更新日志:
http://www.rsyslog.com/changelog-for-8-8-0-v8-stable/
下载:
http://www.rsyslog.com/downloads/download-v8-stable/
As always, feedback is appreciated.
Best regards,
Tim Eifler