内容简介:Logstash 6.4.0 已发布,包含一些修复和改进: Adds the Azure Module for integrating Azure activity logs and SQL diagnostic logs with the Elastic Stack. Adds the azure_event_hubs input plugin as a de...
Logstash 6.4.0 已发布,包含一些修复和改进:
Adds the Azure Module for integrating Azure activity logs and SQL diagnostic logs with the Elastic Stack.
Adds the azure_event_hubs input plugin as a default plugin.
Adds support for port customization in cloud id (#9877).
Adds opt-in strict-mode for field reference (#9591).
Adds syntax highlighting for expressions in Grok Debugger Kibana#18572
Changes pipeline viewer visualization to use more tree like layout to express structure of pipeline configuration Kibana#18597
Fixes incorrect pipeline shutdown logging (#9688).
Fixes incorrect type handling between Java pipeline and Ruby pipeline (#9671).
Fixes possible where Ensure separate output streams to avoid keystore corruption issue by ensuring separate output streams (#9582).
Javafication to continue moving parts of Logstash core from Ruby to Java and some general code cleanup (#9414, #9415, #9416, #9422, #9482, #9486, #9489, #9490, #9491, #9496, #9520, #9587, #9574, #9610, #9620, #9631, #9632, #9633, #9661, #9662, #9665, #9667, #9668, #9670, #9676, #9687, #9693, #9697, #9699, #9717, #9723, #9731, #9740, #9742, #9743, #9751, #9752, #9765).
完整更新内容请查阅发布说明:
https://www.elastic.co/guide/en/logstash/6.4/logstash-6-4-0.html
Logstash 是一个应用程序日志、事件的传输、处理、管理和搜索的平台。你可以用它来统一对应用程序日志进行收集管理,提供 Web 接口用于查询和统计。Logstash 现在也是 ElasticSearch 家族成员之一。
下载地址:https://www.elastic.co/downloads/logstash
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
猜你喜欢:- Twitter开源了流数据处理引擎Heron
- Logstash 7.6.1 发布,开源服务端数据处理流程
- Logstash 7.7.0 发布,开源服务端数据处理流程
- Logstash 6.1.2 发布,开源服务端数据处理流程
- Logstash 7.8.0 发布,开源服务端数据处理流程
- Logstash 6.2.1 发布,开源服务端数据处理流程
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Python高性能编程
【美】 戈雷利克 (Micha Gorelick)、【美】 欧日沃尔德(Ian Ozsvald) / 人民邮电出版社 / 2017-7-1 / 79
本书共有12章,围绕如何进行代码优化和加快实际应用的运行速度进行详细讲解。本书主要包含以下主题:计算机内部结构的背景知识、列表和元组、字典和集合、迭代器和生成器、矩阵和矢量计算、并发、集群和工作队列等。最后,通过一系列真实案例展现了在应用场景中需要注意的问题。 本书适合初级和中级Python程序员、有一定Python语言基础想要得到进阶和提高的读者阅读。一起来看看 《Python高性能编程》 这本书的介绍吧!