Created attachment 218318 [details] sysutils/beats7: Update to 7.9.2 Hi, please find the patch attached. sysutils/beats7: Update to 7.9.2 Changes since 7.9.1: * Breaking changes - Affecting all Beats - Autodiscover doesn’t generate any configuration when a variable is missing. Previously it generated an incomplete configuration. * Bugfixes - Affecting all Beats - Explicitly detect missing variables in autodiscover configuration, log them at the debug level. - Fix libbeat.output.write.bytes and libbeat.output.read.bytes metrics of the Elasticsearch output. - Filebeat - Provide backwards compatibility for the set processor when Elasticsearch is less than 7.9.0. - Fix an error updating file size being logged when EOF is reached. - Fix error when processing AWS Cloudtrail Digest logs. - Metricbeat - The Kibana collector applies backoff when errored at getting usage stats - The elasticsearch/index metricset only requests wildcard expansion for hidden indices if the monitored Elasticsearch cluster supports it. - Fix panic index out of range error when getting AWS account name. - Handle missing counters in the application_pool metricset. - Functionbeat - Do not need Google credentials if not required for the operation. - Fix dependency issues of GCP functions. * Added - Affecting all Beats - Add container ECS fields in kubernetes metadata. FreeBSD notes: - Fixed PRs: - bug #248499 - bug #244627 - bug #228785 - Fix paths in various (mostly example) files Testport results: https://freebsd-stable.builder.wilbury.net/data/11_4_RELEASE_GENERIC-default/2020-09-25_18h46m20s/logs/beats7-7.9.2.log https://freebsd-stable.builder.wilbury.net/data/12_STABLE_GENERIC_amd64-default/2020-09-26_12h34m03s/logs/beats7-7.9.2.log https://freebsd-current.builder.wilbury.net/data/13cgx64-default/2020-09-25_23h09m31s/logs/beats7-7.9.2.log
Created attachment 218320 [details] sysutils/beats7: Update to 7.9.2
It would be benefical for everyone if I had a commit access (probably not only) to these ports.
A commit references this bug: Author: tcberner Date: Sat Oct 3 20:03:38 UTC 2020 New revision: 551341 URL: https://svnweb.freebsd.org/changeset/ports/551341 Log: sysutils/beats7: Update to 7.9.2 Changes since 7.9.1: * Breaking changes - Affecting all Beats - Autodiscover doesn?t generate any configuration when a variable is missing. Previously it generated an incomplete configuration. * Bugfixes - Affecting all Beats - Explicitly detect missing variables in autodiscover configuration, log them at the debug level. - Fix libbeat.output.write.bytes and libbeat.output.read.bytes metrics of the Elasticsearch output. - Filebeat - Provide backwards compatibility for the set processor when Elasticsearch is less than 7.9.0. - Fix an error updating file size being logged when EOF is reached. - Fix error when processing AWS Cloudtrail Digest logs. - Metricbeat - The Kibana collector applies backoff when errored at getting usage stats - The elasticsearch/index metricset only requests wildcard expansion for hidden indices if the monitored Elasticsearch cluster supports it. - Fix panic index out of range error when getting AWS account name. - Handle missing counters in the application_pool metricset. - Functionbeat - Do not need Google credentials if not required for the operation. - Fix dependency issues of GCP functions. * Added - Affecting all Beats - Add container ECS fields in kubernetes metadata. FreeBSD notes: - Fixed PRs: - bug #248499 - bug #244627 - bug #228785 - Fix paths in various (mostly example) files Release Notes: https://www.elastic.co/guide/en/beats/libbeat/current/release-notes-7.9.2.html PR: 249912 Submitted by: Juraj Lutter <juraj@lutter.sk> Changes: head/sysutils/beats7/Makefile head/sysutils/beats7/distinfo head/sysutils/beats7/files/auditbeat.in head/sysutils/beats7/files/filebeat.in head/sysutils/beats7/files/heartbeat.in head/sysutils/beats7/files/metricbeat.in head/sysutils/beats7/files/packetbeat.in head/sysutils/beats7/files/patch-auditbeat_auditbeat.reference.yml head/sysutils/beats7/files/patch-filebeat_filebeat.reference.yml head/sysutils/beats7/files/patch-filebeat_filebeat.yml head/sysutils/beats7/files/patch-metricbeat_metricbeat.reference.yml head/sysutils/beats7/files/patch-metricbeat_metricbeat.yml
Committed, thanks.