pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/beats



Module Name:    pkgsrc
Committed By:   fhajny
Date:           Tue Feb 14 10:43:20 UTC 2017

Modified Files:
        pkgsrc/sysutils/beats: Makefile distinfo

Log Message:
Update sysutils/beats to 5.2.0.

==== Bugfixes

Affecting all Beats

- Fix overwriting explicit empty config sections.

Filebeat

- Fix alignment issue were Filebeat compiled with Go 1.7.4 was crashing
  on 32 bits system.

Metricbeat

- Fix service times-out at startup.
- Kafka module case sensitive host name matching.
- Fix interface conversion panic in couchbase module

Packetbeat

- Fix issue where some Cassandra visualizations were showing data from
  all protocols.

==== Added

Affecting all Beats

- Add support for passing list and dictionary settings via -E flag.
- Support for parsing list and dictionary setting from environment
  variables.
- Added new flags to import_dashboards (-cacert, -cert, -key,
  -insecure).
- The limit for the number of fields is increased via the mapping
  template.
- Updated to Go 1.7.4.
- Added a NOTICE file containing the notices and licenses of the
  dependencies.

Heartbeat

- First release, containing monitors for ICMP, TCP, and HTTP.

Filebeat

- Add enabled config option to prospectors.
- Add target option for decoded_json_field.

Metricbeat

- Kafka module broker matching enhancements.
- Add a couchbase module with metricsets for node, cluster and bucket.
- Export number of cores for CPU module.
- Experimental Prometheus module.
- Add system socket module that reports all TCP sockets.
- Kafka consumer groups metricset.

Winlogbeat

- Reduced amount of memory allocated while reading event log records.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/sysutils/beats/Makefile \
    pkgsrc/sysutils/beats/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/beats/Makefile
diff -u pkgsrc/sysutils/beats/Makefile:1.2 pkgsrc/sysutils/beats/Makefile:1.3
--- pkgsrc/sysutils/beats/Makefile:1.2  Tue Jan 17 17:39:48 2017
+++ pkgsrc/sysutils/beats/Makefile      Tue Feb 14 10:43:20 2017
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2017/01/17 17:39:48 fhajny Exp $
+# $NetBSD: Makefile,v 1.3 2017/02/14 10:43:20 fhajny Exp $
 #
 
-DISTNAME=              beats-5.1.2
+DISTNAME=              beats-5.2.0
 CATEGORIES=            sysutils
 MASTER_SITES=          ${MASTER_SITE_GITHUB:=elastic/}
 GITHUB_PROJECT=                beats
Index: pkgsrc/sysutils/beats/distinfo
diff -u pkgsrc/sysutils/beats/distinfo:1.2 pkgsrc/sysutils/beats/distinfo:1.3
--- pkgsrc/sysutils/beats/distinfo:1.2  Tue Jan 17 17:39:48 2017
+++ pkgsrc/sysutils/beats/distinfo      Tue Feb 14 10:43:20 2017
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.2 2017/01/17 17:39:48 fhajny Exp $
+$NetBSD: distinfo,v 1.3 2017/02/14 10:43:20 fhajny Exp $
 
-SHA1 (beats-5.1.2.tar.gz) = 3f7ac41e06070ab72a4d2b6bc1209d4f317b6c2e
-RMD160 (beats-5.1.2.tar.gz) = 03a310209a2512bbf4fcc6f869e4bdcd24cb657d
-SHA512 (beats-5.1.2.tar.gz) = f5ade54c3a2471680067fc5f6861ddcc052177c473f40d2135ba281e63172a4ba386368f77e5e4ba77b60c88ee20e5cd0095705aa3ed6e2588fda034de6b116f
-Size (beats-5.1.2.tar.gz) = 16512836 bytes
+SHA1 (beats-5.2.0.tar.gz) = 584d9c3f09820f727b0978bb6ad59525297adaa3
+RMD160 (beats-5.2.0.tar.gz) = 3a73cd78cd11d26a73529fdb192afb321cc8f6a4
+SHA512 (beats-5.2.0.tar.gz) = f9af43303b3645035659d8de8a9c41c95a076b47c8d7406d6af443d59e8fb19bfc0817a3444eaa7485d9833173cdf65b5b73014aacd94f9566bdf74e10a8de63
+Size (beats-5.2.0.tar.gz) = 16907722 bytes
 SHA1 (patch-vendor_github.com_tsg_gopacket_pcap_pcap.go) = 2ef13f84cbf2e1da428e7b08625ffa6111ebcdf5



Home | Main Index | Thread Index | Old Index