发布于 2014-11-05 05:02:20 | 180 次阅读 | 评论: 0 | 来源: 网友投递
Graylog2 Syslog日志存储
Graylog2 是一个用来将系统日志syslog保存到MongoDB中的工具。 包括一个用Java编写的服务器,可接收来自TCP和UDP的syslog信息,Web接口使用Ruby编写,基于 Rails 框架,可用来查看日志信息。
Graylog2 v0.92.0-beta.1 发布,此版本现已提供下载,包括大量的新特性,稳定性和性能提升,还有之前版本的 bug 修复。
注意,由于之前 Elasticsearch 1.3.2 的索引方面的 bug,此版本最低要求是 Elasticsearch 1.3.4。
Content packs
Revamped "Sources" page in the web interface
Graylog2 REST API 支持 SSL/TLS
Graylog2 REST API 支持开箱的 SSL/TLS:
rest_enable_tls
(default: false
): Option to activate SSL/TLS for the Graylog2 REST API
rest_tls_cert_file
(default: empty): Path to the certificate file. If SSL/TLS is activated but this setting is empty, a temporary self-signed certificate will automatically be created.
rest_tls_key_file
(default: empty): Path to the private key file. If SSL/TLS is activated but this setting is empty, a temporary private key will automatically be created.
rest_tls_key_password
(default: empty): Optional passphrase to decrypt the private key.
[SERVER] Support for Syslog Octet Counting, as used by syslog-ng for syslog via TCP (#743)
[SERVER] Improved support for structured syslog messages (#744)
[SERVER] Bug fixes regarding IPv6 literals in mongodb_replica_set
and elasticsearch_discovery_zen_ping_unicast_hosts
[WEB] Improved graphs and diagrams
[WEB] Completely revamped "Sources" page
[WEB] Allow to update dashboards when browser window is not on focus (#738)
[WEB] Bug fixes regarding timezone handling
…and of course numerous internal bug fixes
Graylog2 团队同时发布了 Graylog2 v0.90.3 和 Graylog2 v0.91.3,更新内容如下:
重要改进和 bug 修复
Fixed date and time issues related to DST changes
v0.91.3 (which is on the Elasticsearch v1.3 series) now requires Elasticsearch v1.3.4. Elasticsearch v1.3.2 has a bug that can cause index corruptions.
The mongodb_replica_set
configuration variable now supports IPv6
Messages read from the on-disk caches could be stored with missing fields
建议每位用户都更新到最新版本。
Graylog2 是一个用来将系统日志syslog保存到MongoDB中的工具。 包括一个用Java编写的服务器,可接收来自TCP和UDP的syslog信息,Web接口使用Ruby编写,基于 Rails 框架,可用来查看日志信息。