pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/beats === Beats version 5.5.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f9c3b3bddcda
branches:  trunk
changeset: 366817:f9c3b3bddcda
user:      fhajny <fhajny%pkgsrc.org@localhost>
date:      Fri Aug 18 09:08:54 2017 +0000

description:
=== Beats version 5.5.2

No changes in this release.


=== Beats version 5.5.1

==== Bugfixes

Affecting all Beats
- Normalize all times to UTC to ensure proper index naming.


=== Beats version 5.5.0

==== Breaking changes

Affecting all Beats
- Usage of field `_type` is now ignored and hardcoded to `doc`.

Metricbeat
- Change all `system.cpu.*.pct` metrics to be scaled by the number of
  CPU cores.

==== Bugfixes

Affecting all Beats
- Fix console output.

Filebeat
- Allow string characters in user agent patch version (NGINX and Apache)

Metricbeat
- Fix type of field `haproxy.stat.check.health.last`.

Packetbeat
- Fix `packetbeat.interface` options that contain underscores (e.g.
  `with_vlans` or `bpf_filter`).
- Enabled /proc/net/tcp6 scanning and fixed ip v6 parsing.

==== Deprecated

Filebeat
- Deprecate `document_type` prospector config option as _type is removed
  in elasticsearch 6.0. Use fields instead.

Winlogbeat
- Deprecated metrics endpoint. It is superseded by a libbeat feature
  that can serve metrics on an HTTP endpoint.

diffstat:

 sysutils/beats/Makefile |   4 ++--
 sysutils/beats/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (28 lines):

diff -r d43e55da49b6 -r f9c3b3bddcda sysutils/beats/Makefile
--- a/sysutils/beats/Makefile   Fri Aug 18 09:03:16 2017 +0000
+++ b/sysutils/beats/Makefile   Fri Aug 18 09:08:54 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2017/07/23 07:20:42 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2017/08/18 09:08:54 fhajny Exp $
 
-DISTNAME=              beats-5.4.3
+DISTNAME=              beats-5.5.2
 CATEGORIES=            sysutils
 MASTER_SITES=          ${MASTER_SITE_GITHUB:=elastic/}
 GITHUB_PROJECT=                beats
diff -r d43e55da49b6 -r f9c3b3bddcda sysutils/beats/distinfo
--- a/sysutils/beats/distinfo   Fri Aug 18 09:03:16 2017 +0000
+++ b/sysutils/beats/distinfo   Fri Aug 18 09:08:54 2017 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.12 2017/07/04 14:22:48 fhajny Exp $
+$NetBSD: distinfo,v 1.13 2017/08/18 09:08:54 fhajny Exp $
 
-SHA1 (beats-5.4.3.tar.gz) = 04bb24bad5afab4735e949c76cfa0305bcad3e14
-RMD160 (beats-5.4.3.tar.gz) = 87c4a58d5b087e3f77c447af6d1cf4ff75f15563
-SHA512 (beats-5.4.3.tar.gz) = 8c193894898a5a07e622a56ef37aba77b57559bc0a66e017e22980ae1e1c5057f4629b25aaa65fb85c8b7a74759b6f6d1e1b8b9df1bfe626e58a3fdb264267b9
-Size (beats-5.4.3.tar.gz) = 18074275 bytes
+SHA1 (beats-5.5.2.tar.gz) = 0afbb361c1b1bbd59c32aaf785f0773f6272ef86
+RMD160 (beats-5.5.2.tar.gz) = 375b48047e8fc697412ae0f028114021c20dcf17
+SHA512 (beats-5.5.2.tar.gz) = ad92b41a9ceaad6c6e6fc80d0adccd7fe03a7056d121484bcf35c6a46b2061a5ef6d32121dd12d59b51e7678769da5c405b1d549fa130631ae3f1989b78fba48
+Size (beats-5.5.2.tar.gz) = 18075191 bytes
 SHA1 (patch-vendor_github.com_tsg_gopacket_pcap_pcap.go) = 2ef13f84cbf2e1da428e7b08625ffa6111ebcdf5



Home | Main Index | Thread Index | Old Index