Files
ports/sysutils/beats7/files/patch-metricbeat_metricbeat.reference.yml
Juraj Lutter 3c59413074 sysutils/beats7: Update to 7.15.1
- Update to 7.15.1
- For breaking changes for 7.15.x see UPDATING
- Install kibana dashboard files from binary package (PR 247776)
- Install .yml config files into examples directory (PR 258506)
- Release notes:
https://www.elastic.co/guide/en/beats/libbeat/current/release-notes-7.15.1.html

PR:		247776, 258506
2021-10-25 00:37:44 +02:00

21 lines
768 B
YAML

--- metricbeat/metricbeat.reference.yml.orig 2021-10-07 17:20:31 UTC
+++ metricbeat/metricbeat.reference.yml
@@ -14,7 +14,7 @@
metricbeat.config.modules:
# Glob pattern for configuration reloading
- path: ${path.config}/modules.d/*.yml
+ path: ${path.config}/metricbeat.modules.d/*.yml
# Period on which files under path should be checked for changes
reload.period: 10s
@@ -1970,7 +1970,7 @@ output.elasticsearch:
# The directory from where to read the dashboards. The default is the `kibana`
# folder in the home path.
-#setup.dashboards.directory: ${path.home}/kibana
+#setup.dashboards.directory: %%DATADIR%%/metricbeat/kibana
# The URL from where to download the dashboards archive. It is used instead of
# the directory if it has a value.