内容简介:Logstash 6.5.0 已发布,Logstash 是开源的服务器端数据处理管道,能够同时从多个来源采集数据,转换数据,然后将数据发送到你最喜欢的“存储库”中。
Logstash 6.5.0 已发布,Logstash 是开源的服务器端数据处理管道,能够同时从多个来源采集数据,转换数据,然后将数据发送到你最喜欢的“存储库”中。
更新内容:
-
BUGFIX: Count unused space in page files towards current PQ size #10105
-
BUGFIX: Handle equality checks on list and map types in Java execution #10074
-
BUGFIX: Handle equality comparison where one or more fields are null in Java execution #10039
-
Make cgroups more robust and provide the override similar to ES #10011
-
BUGFIX: Pipeline reloading breaks with PQ enabled #9987
-
BUGFIX: Avoid race condition when initializing event and pipeline metrics #9959
-
Support port customization in cloud id #9877
-
Support for integration plugins in plugin manager #9811
-
Promote Java execution from experimental to beta #10063
Plugins
Elastic App Search output
-
New: Added as default plugin
SNMP input
-
New: Added as default plugin
Elasticsearch filter
-
Adds [@metadata][total_hits] with total hits returned from the query #106
-
Improves error logging to fully inspect caught exceptions #105
Translate filter
-
Fix to align with docs - looked-up values are always strings. Coerce better.
-
Fix bug in dictionary/file the always applied RegexExact, manifested when dictionary keys are not regex compatible
-
Added info to dictionary_path description to explain why integers must be quoted
-
Fix bug in csv_file when LS config has CSV filter plugin specified as well as a csv dictionary.
-
Updated formatting of examples in documentation for consistent rendering
-
Add iterate_on setting to support fields that are arrays, see the docs for detailed explanation.
-
Add Rufus::Scheduler to provide asynchronous loading of dictionary.
-
Re-organise code, yields performance improvement of around 360%
Useragent filter
-
Update source mapping to latest from uap-core #53
Kafka input
-
Upgrade Kafka client to version 2.0.0
-
Docs: Correct list formatting for decorate_events
-
Docs: Add kafka default to partition_assignment_strategy
Redis input
-
Added support for renamed redis commands
-
Add channel to the event
S3 input
-
Docs: Fixed link formatting for input type
-
Skips objects that are archived to AWS Glacier with a helpful log message (previously they would log as matched, but then fail to load events) #160
-
Added watch_for_new_files option, enabling single-batch imports #159
TCP input
-
Added support for pkcs1 and pkcs8 key formats #122
-
Changed server-mode SSL to run on top of Netty #122
-
Changed travis testing infra to use logstash tarballs #122
-
Fixed certificate chain handling and validation #124
-
Added new configuration option dns_reverse_lookup_enabled to allow users to disable costly DNS reverse lookups #100
Netflow codec
-
Added Cisco ACI to list of known working Netflow v9 exporters
-
Added support for IXIA Packet Broker IPFIX
-
Fixed issue with Procera float fields
-
Fixed issue where TTL in template registry was not being respected.
-
Reduced complexity of creating, persisting, loading an retrieving template caches.
-
Added support for Netflow v9 devices with VarString fields (H3C Netstream)
-
Fixed incorrect parsing of zero-filled Netflow 9 packets from Palo Alto
-
Fixed IPFIX options template parsing for Juniper MX240 JunOS 15.1
下载地址:
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Python源码剖析
陈儒 / 电子工业出版社 / 2008-6 / 69.80元
作为主流的动态语言,Python不仅简单易学、移植性好,而且拥有强大丰富的库的支持。此外,Python强大的可扩展性,让开发人员既可以非常容易地利用C/C++编写Python的扩展模块,还能将Python嵌入到C/C++程序中,为自己的系统添加动态扩展和动态编程的能力。. 为了更好地利用Python语言,无论是使用Python语言本身,还是将Python与C/C++交互使用,深刻理解Pyth......一起来看看 《Python源码剖析》 这本书的介绍吧!