皇上,还记得我吗?我就是1999年那个Linux伊甸园啊-----24小时滚动更新开源资讯,全年无休!

Logstash 7.10.1 发布

Notable issues fixed

Support recreation of same pipeline through centralized pipeline management

When users attempted to delete and recreate a pipeline with the same identifier and configuration, Logstash was unable to pick up the new pipeline. #12387

Plugins

Azure_event_hubs Input – 1.2.3

  • Fixed missing configuration of prefetch_count and receive_timeout #61

Http Input – 3.3.6

  • Fixes a regression introduced in 3.1.0 with the migration to the Netty back-end that broke browser-based workflows for some users. When a plugin that is configured to require Basic authentication receives a request that does not include authentication, it now appropriately includes an WWW-Authenticate header in its 401 Unauthorized response, allowing the browser to collect credentials before retrying the request. #129

Sqs Input – 3.1.3

  • Fix: retry networking errors (with backoff) #57

Kafka Integration – 10.5.3

  • Fix: set (optional) truststore when endpoint id check disabled. Since 10.1.0 disabling server host-name verification (ssl_endpoint_identification_algorithm => "") did not allow the (output) plugin to set ssl_truststore_location => "..." #60
  • Docs: explain group_id in case of multiple inputs #59

转自 https://www.elastic.co/guide/en/logstash/current/logstash-7-10-1.html