内容简介: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.id
from 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 发布,开源服务端数据处理流程》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
猜你喜欢:- Twitter开源了流数据处理引擎Heron
- Logstash 7.6.1 发布,开源服务端数据处理流程
- Logstash 7.7.0 发布,开源服务端数据处理流程
- Logstash 6.1.2 发布,开源服务端数据处理流程
- Logstash 7.8.0 发布,开源服务端数据处理流程
- Logstash 7.8.1 发布,开源服务端数据处理流程
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
实战Java高并发程序设计
葛一鸣、郭超 / 电子工业出版社 / 2015-10-1 / CNY 69.00
在过去单核CPU时代,单任务在一个时间点只能执行单一程序,随着多核CPU的发展,并行程序开发就显得尤为重要。 《实战Java高并发程序设计》主要介绍基于Java的并行程序设计基础、思路、方法和实战。第一,立足于并发程序基础,详细介绍Java中进行并行程序设计的基本方法。第二,进一步详细介绍JDK中对并行程序的强大支持,帮助读者快速、稳健地进行并行程序开发。第三,详细讨论有关“锁”的优化和提高......一起来看看 《实战Java高并发程序设计》 这本书的介绍吧!