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: Mon Dec 18 14:37:02 UTC 2017
Modified Files:
pkgsrc/sysutils/beats: Makefile distinfo
Log Message:
Update sysutils/beats to 6.1.0.
=== Beats version 6.1.0
==== Breaking changes
Auditbeat
- Changed `audit.file.path` to be a multi-field so that path is
searchable.
Metricbeat
- Rename `heap_init` field to `heap.init` in the Elasticsearch module.
- Rename `http.response.status_code` field to `http.response.code` in
the HTTP module.
==== Bugfixes
Affecting all Beats
- Remove ID() from Runner interface
- Correctly send configured `Host` header to the remote server.
- Change add_kubernetes_metadata to attempt detection of namespace.
- Avoid double slash when join url and path
- Fix console color output for Windows.
- Fix logstash output debug message.
- Fix isolation of modules when merging local and global field
settings.
Filebeat
- Add support for adding string tags
- Fix race condition when limiting the number of harvesters running in
parallel
- Fix relative paths in the prospector definitions.
- Fix `recursive_globe.enabled` option.
Metricbeat
- Change field type of http header from nested to object
- Fix the fetching of process information when some data is missing
under MacOS X.
- Change `MySQL active connections` visualization title to `MySQL
total connections`.
- Fix `ProcState` on Linux and FreeBSD when process names contain
parentheses.
- Fix incorrect `Mem.Used` calculation under linux.
Packetbeat
- Fix http status phrase parsing not allow spaces.
- Fix http parse to allow to parse get request with space in the URI.
Winlogbeat
- Fix the registry file. It was not correctly storing event log names,
and upon restart it would begin reading at the start of each event log.
==== Added
Affecting all Beats
- Support dashboard loading without Elasticseach
- Changed the hashbang used in the beat helper script from `/bin/bash`
to `/usr/bin/env bash`.
- Changed beat helper script to use `exec` when running the beat.
- Fix reloader error message to only print on actual error
- Add support for enabling TLS renegotiation.
- Add Azure VM support for add_cloud_metadata processor
- Add `output.file.permission` config option.
- Refactor add_kubernetes_metadata to support autodiscovery
- Improve custom flag handling and CLI flags usage message.
- Add number_of_routing_shards config set to 30
- Set log level for kafka output.
- Move TCP UDP start up into `server.Start()`
- Update to Golang 1.9.2
Auditbeat
- Add support for SHA3 hash algorithms to the file integrity module.
- Add dashboards for Linux audit framework events (overview,
executions, sockets).
Filebeat
- Add PostgreSQL module with slowlog support.
- Add Kafka log module.
- Add support for `/var/log/containers/` log path in
`add_kubernetes_metadata` processor.
- Remove error log from runnerfactory as error is returned by API.
- Add experimental Docker `json-file` prospector .
- Add experimental Docker autodiscover functionality.
- Add option to convert the timestamps to UTC in the system module.
- Add Logstash module support for main log and the slow log, support
the plain text or structured JSON format
Metricbeat
- Add graphite protocol metricbeat module.
- Add http server metricset to support push metrics via http.
- Make config object public for graphite and http server
- Add system uptime metricset.
- Add experimental `queue` metricset to RabbitMQ module.
- Add additional php-fpm pool status kpis for Metricbeat module
- Add etcd module.
- Add ip address of docker containers to event.
- Add ceph osd tree information to Metricbeat
- Add basic Logstash module.
- Add dashboard for Windows service metricset.
- Add experimental Docker autodiscover functionality.
- Add Windows service metricset in the windows module.
- Update gosigar to v0.6.0.
Packetbeat
- Add support for decoding the TLS envelopes.
=== Beats version 6.0.1
==== Bugfixes
Affecting all Beats
- Fix documentation links in README.md files.
- Fix `add_docker_metadata` dropping some containers.
Heartbeat
- Fix the "HTTP up status" visualization.
Metricbeat
- Fix map overwrite in docker diskio module.
- Fix connection leak in mongodb module.
- Fix the include top N processes feature for cases where there are
fewer processes than N.
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/sysutils/beats/Makefile
cvs rdiff -u -r1.18 -r1.19 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.21 pkgsrc/sysutils/beats/Makefile:1.22
--- pkgsrc/sysutils/beats/Makefile:1.21 Wed Dec 13 12:44:54 2017
+++ pkgsrc/sysutils/beats/Makefile Mon Dec 18 14:37:02 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2017/12/13 12:44:54 fhajny Exp $
+# $NetBSD: Makefile,v 1.22 2017/12/18 14:37:02 fhajny Exp $
-DISTNAME= beats-6.0.1
+DISTNAME= beats-6.1.0
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_GITHUB:=elastic/}
GITHUB_PROJECT= beats
Index: pkgsrc/sysutils/beats/distinfo
diff -u pkgsrc/sysutils/beats/distinfo:1.18 pkgsrc/sysutils/beats/distinfo:1.19
--- pkgsrc/sysutils/beats/distinfo:1.18 Wed Dec 13 12:44:54 2017
+++ pkgsrc/sysutils/beats/distinfo Mon Dec 18 14:37:02 2017
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.18 2017/12/13 12:44:54 fhajny Exp $
+$NetBSD: distinfo,v 1.19 2017/12/18 14:37:02 fhajny Exp $
-SHA1 (beats-6.0.1.tar.gz) = 073cd38106d84878d7267ab7b099b443d8328032
-RMD160 (beats-6.0.1.tar.gz) = cb08add8cfbeb26131403941d0a90a37a03e04d5
-SHA512 (beats-6.0.1.tar.gz) = baf21acf38409b398f261509d25d2b009342fdde1fcd824c99d16cc279355ae5eb029699a5a7e3b6e58abdbed4ef5fda1b4058ed94b807fd5964ad24828585e2
-Size (beats-6.0.1.tar.gz) = 15150919 bytes
+SHA1 (beats-6.1.0.tar.gz) = 2228776b9bf291ea7d5a1e943c4a164a7ff0a903
+RMD160 (beats-6.1.0.tar.gz) = 70ad017c1af7f2a6b9519a6a2287b8ba52fa25a4
+SHA512 (beats-6.1.0.tar.gz) = 9690c973db1b06f14b1044095da6c80579ecff670ccbe8d76723f7e31ab2ce8fe6a126151a57a50cf80e605efc08ff6bd8d50f6f4e1c08dc327df7c012b608e3
+Size (beats-6.1.0.tar.gz) = 17055793 bytes
SHA1 (patch-vendor_github.com_tsg_gopacket_pcap_pcap.go) = 2ef13f84cbf2e1da428e7b08625ffa6111ebcdf5
Home |
Main Index |
Thread Index |
Old Index