From owner-freebsd-elastic@freebsd.org Thu Sep 10 13:52:40 2020 Return-Path: Delivered-To: freebsd-elastic@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9368F3D7F09 for ; Thu, 10 Sep 2020 13:52:40 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 4BnL1N3JX5z42wg for ; Thu, 10 Sep 2020 13:52:40 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 717D53D7E21; Thu, 10 Sep 2020 13:52:40 +0000 (UTC) Delivered-To: elastic@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 713E83D7E20 for ; Thu, 10 Sep 2020 13:52:40 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BnL1N1ctsz42c4 for ; Thu, 10 Sep 2020 13:52:40 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1A50C13F28 for ; Thu, 10 Sep 2020 13:52:40 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 08ADqd0m072072 for ; Thu, 10 Sep 2020 13:52:39 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 08ADqdVS072069 for elastic@FreeBSD.org; Thu, 10 Sep 2020 13:52:39 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: elastic@FreeBSD.org Subject: [Bug 249108] sysutils/logstash7: Update to 7.9.1 Date: Thu, 10 Sep 2020 13:52:40 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: commit-hook@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: elastic@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback+ maintainer-feedback+ X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-elastic@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: Support of ElasticSearch-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Sep 2020 13:52:40 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D249108 --- Comment #1 from commit-hook@FreeBSD.org --- A commit references this bug: Author: jrm Date: Thu Sep 10 13:52:11 UTC 2020 New revision: 548205 URL: https://svnweb.freebsd.org/changeset/ports/548205 Log: textproc/kibana7: Update to version 7.9.1 Changelog: * Notable issues fixed: - Fixes in Docker image configuration of Monitoring and Central Management: - As more and more users adopt our docker images, we?ve been getting reports on gaps where these images don?t provide all the configurat= ion knobs the other artifacts do. This release exposes more environment variables for configuring proxy support and certificate verification mode for monitoring and central management , and for configuring verification_mode - Pipeline execution fixes to flushing and shutdown - Since 7.2.0, a change caused terminating pipelines to not request input plugins to cleanup before shutdown, which could cause leaks in resources that weren?t freed during pipeline reloads. - Logstash supports ordered execution for pipelines with a single worker. A bug was found in this mode where the flushing mechanism wasn?t working, preventing plugins like the aggregate filter from working correctly. This has been fixed. * Consistent Fingerprinting: - Our fingerprint filter is a popular solution to perform deduplication of data in downstream systems like Elasticsearch, by computing a hash value based on data from each event. Users reported that this filter could produced different values for events containing the same data since it didn?t ensure the order in which Hash Maps/Objects/Ruby Hash= es processed their key/value pairs. This has now been fixed. * Updated JRuby to 9.2.13.0: - The new JRuby release brings greater stability to its code optimizations in multithreaded workloads and a fix to exception handling in Windows environments, both issues that could affect our users. See the JRuby release notes for more information. * Plugins: - Avro Codec - 3.2.4 - [DOC] Add clarifications on partial deserialization - Fingerprint Filter - 3.2.2 - Fixed lack of consistent fingerprints on Hash/Map objects - Kv Filter - 4.4.1 - Fixed issue where a field_split_pattern containing a literal backslash failed to match correctly - Elasticsearch Input - 4.7.1 - [DOC] Updated sliced scroll link to resolve to correct location aft= er doc structure change - [DOC] Added usage example of docinfo metadata - Http_poller Input - 5.0.2 - [DOC]Expanded url option to include Manticore keys - Snmp Input - 1.2.5 - Updated snmp4j library to v2.8.4 - Fixed: support SNMPv3 multiple identical security name with differe= nt credentials - Fixed: multithreading problem when using multiple snmp inputs with multiple v3 credentials - Syslog Input - 3.4.4 - Refactor: avoid global side-effect + cleanup - avoid setting BasicSocket.do_not_reverse_lookup as it has side effects for others - Jdbc Integration - 5.0.6 - DOC:Replaced plugin_header file with plugin_header-integration file. - Rabbitmq Integration - 7.1.1 - DOC:Replaced plugin_header file with plugin_header-integration file. - Elasticsearch Output - 10.6.2 - [DOC] Added clarifying info on http compression settings and behavi= ors - [DOC] Fixed entry for ilm_policy default value PR: 249108 Submitted by: Juraj Lutter Changes: head/textproc/kibana7/Makefile head/textproc/kibana7/distinfo head/textproc/kibana7/files/patch-src_setup__node__env_index.js =20 head/textproc/kibana7/files/patch-src_setup__node__env_prebuilt__dev__only_= _entry.js --=20 You are receiving this mail because: You are the assignee for the bug.=