From owner-freebsd-elastic@freebsd.org Sat Apr 25 16:50:53 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 CD9362B7EE3 for ; Sat, 25 Apr 2020 16:50:53 +0000 (UTC) (envelope-from perso@florencepaul.com) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 498cVj4WHJz4JNX for ; Sat, 25 Apr 2020 16:50:53 +0000 (UTC) (envelope-from perso@florencepaul.com) Received: by mailman.nyi.freebsd.org (Postfix) id 990872B7EE2; Sat, 25 Apr 2020 16:50:53 +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 98C252B7EE0 for ; Sat, 25 Apr 2020 16:50:53 +0000 (UTC) (envelope-from perso@florencepaul.com) Received: from mx-out-02.sud-ouest2.org (mx-out-02.sud-ouest2.org [87.98.220.65]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mx-out-02.sud-ouest2.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 498cVh27ryz4JNR for ; Sat, 25 Apr 2020 16:50:51 +0000 (UTC) (envelope-from perso@florencepaul.com) Received: by mx-out-02.sud-ouest2.org (Postfix, from userid 112) id E5E7665A06BF; Sat, 25 Apr 2020 18:50:43 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 mx-out-02.sud-ouest2.org E5E7665A06BF Received: from localhost (localhost [127.0.0.1]) by mail.sud-ouest2.org (Postfix) with ESMTP id 9310C116825922 for ; Sat, 25 Apr 2020 18:50:41 +0200 (CEST) Received: from mail.sud-ouest2.org ([127.0.0.1]) by localhost (mail.sud-ouest2.org [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id kP3jBUt8unQw for ; Sat, 25 Apr 2020 18:50:40 +0200 (CEST) To: elastic@FreeBSD.org Subject: FreeBSD Port: sysutils/beats From: Paul Florence Message-ID: <31226630-ef80-4e7d-15e0-32ead882c7e7@florencepaul.com> Date: Sat, 25 Apr 2020 18:50:39 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US X-Rspamd-Queue-Id: 498cVh27ryz4JNR X-Spamd-Bar: -- X-Spamd-Result: default: False [-2.33 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; R_DKIM_ALLOW(-0.20)[florencepaul.com:s=dkim]; FROM_HAS_DN(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:87.98.220.65]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[elastic@freebsd.org]; TO_DN_NONE(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_HAM_LONG(-1.00)[-0.999,0]; RCVD_COUNT_THREE(0.00)[4]; IP_SCORE(0.67)[ipnet: 87.98.128.0/17(1.32), asn: 16276(2.01), country: FR(0.00)]; DKIM_TRACE(0.00)[florencepaul.com:+]; DMARC_POLICY_ALLOW(-0.50)[florencepaul.com,quarantine]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; RCVD_TLS_LAST(0.00)[]; ASN(0.00)[asn:16276, ipnet:87.98.128.0/17, country:FR]; MID_RHS_MATCH_FROM(0.00)[] X-BeenThere: freebsd-elastic@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Support of ElasticSearch-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Apr 2020 16:50:53 -0000 Dear maintainer(s), I have a few question about this port. First of all, are there any issue blocking the upgrade to beats 7 ? FreeBSD has had ELK7 for quite a bit of time, however beats is still on v6.8.7. I'd like to submit a small patch, however I don't know how to contribute to a port. I think that there is a mistake in the configuration : in filebeat.yml and metricbeat.yml the following line:   path: ${path.config}/modules.d/*.yml Should be :   path: ${path.config}/beats/filebeat.modules.d/*.yml Best Regards, Paul