Bug 249912 - sysutils/beats7: Update to 7.9.2
Summary: sysutils/beats7: Update to 7.9.2
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Tobias C. Berner
URL: https://www.elastic.co/guide/en/beats...
Keywords:
Depends on:
Blocks:
 
Reported: 2020-09-26 12:08 UTC by Juraj Lutter
Modified: 2020-10-03 20:12 UTC (History)
1 user (show)

See Also:
otis: maintainer-feedback+
otis: maintainer-feedback+


Attachments
sysutils/beats7: Update to 7.9.2 (3.38 KB, patch)
2020-09-26 12:08 UTC, Juraj Lutter
otis: maintainer-approval+
Details | Diff
sysutils/beats7: Update to 7.9.2 (84.43 KB, patch)
2020-09-26 12:13 UTC, Juraj Lutter
otis: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Juraj Lutter freebsd_committer freebsd_triage 2020-09-26 12:08:23 UTC
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
Comment 1 Juraj Lutter freebsd_committer freebsd_triage 2020-09-26 12:13:09 UTC
Created attachment 218320 [details]
sysutils/beats7: Update to 7.9.2
Comment 2 Juraj Lutter freebsd_committer freebsd_triage 2020-09-26 16:07:57 UTC
It would be benefical for everyone if I had a commit access (probably not only) to these ports.
Comment 3 commit-hook freebsd_committer freebsd_triage 2020-10-03 20:04:03 UTC
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
Comment 4 Tobias C. Berner freebsd_committer freebsd_triage 2020-10-03 20:12:19 UTC
Committed, thanks.