内容简介:Logstash 6.2.1 已发布,Logstash 是一个开源的服务端数据处理流程,可同时从多个源中获取数据,将其转换,然后将其发送到“收藏”中,目前拥有超过 200 个插件。它能集中、转换和藏匿您的数据。 同样的,暂未发现...
Logstash 6.2.1 已发布,Logstash 是一个开源的服务端数据处理流程,可同时从多个源中获取数据,将其转换,然后将其发送到“收藏”中,目前拥有超过 200 个插件。它能集中、转换和藏匿您的数据。
同样的,暂未发现 Logstash 6.2.1 更新内容,点此保持关注。
不妨看看 6.2.0 的更新说明:
Added support to protect sensitive settings and configuration in a keystore.
Added the jdbc_static filter as a default plugin.
Set better defaults to allow for higher throughput under load. (#8707 and #8702)
Set the default configuration for RPM/DEB/Docker installations to use Multiple pipelines.
Added a default max size value (100MB) for log files.
Added compression when log files are rolled (for ZIP-based installs).
Added the ability to specify
--pipeline.idfrom the command line. (#8868)Implemented continued improvements to the next generation of execution. Give it a try with the command line switch
--experimental-java-execution.
Plugins
Jdbc_static Filter
Released the initial version the jdbc_static filter, which enriches events with data pre-loaded from a remote database.
Dissect Filter
Fixed multiple bugs. See the plugin release notes for 1.1.3.
Grok Filter
Fixed a thread leak that occurred when Logstash was reloaded.
Kafka Output
Improved error logging for when a producer cannot be created.
下载地址:https://www.elastic.co/downloads/logstash
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上所述就是小编给大家介绍的《Logstash 6.2.1 发布,开源服务端数据处理流程》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
jQuery 技术内幕
高云 / 机械工业出版社 / 2014-1-1 / 99元
本书首先通过“总体架构”梳理了各个模块的分类、功能和依赖关系,让大家对jQuery的工作原理有大致的印象;进而通过“构造 jQuery 对象”章节分析了构造函数 jQuery() 的各种用法和内部构造过程;接着详细分析了底层支持模块的源码实现,包括:选择器 Sizzle、异步队列 Deferred、数据缓存 Data、队列 Queue、浏览器功能测试 Support;最后详细分析了功能模块的源码实......一起来看看 《jQuery 技术内幕》 这本书的介绍吧!