mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
ebc8e584cb
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>
23 lines
659 B
YAML
23 lines
659 B
YAML
--- metricbeat/metricbeat.yml.orig 2020-09-17 22:28:49 UTC
|
|
+++ metricbeat/metricbeat.yml
|
|
@@ -11,7 +11,7 @@
|
|
|
|
metricbeat.config.modules:
|
|
# Glob pattern for configuration loading
|
|
- path: ${path.config}/modules.d/*.yml
|
|
+ path: ${path.config}/metricbeat.modules.d/*.yml
|
|
|
|
# Set to true to enable config reloading
|
|
reload.enabled: false
|
|
@@ -123,8 +123,8 @@ output.elasticsearch:
|
|
processors:
|
|
- add_host_metadata: ~
|
|
- add_cloud_metadata: ~
|
|
- - add_docker_metadata: ~
|
|
- - add_kubernetes_metadata: ~
|
|
+# - add_docker_metadata: ~
|
|
+# - add_kubernetes_metadata: ~
|
|
|
|
|
|
# ================================== Logging ===================================
|