summaryrefslogtreecommitdiff
path: root/sysutils/beats8/files/patch-metricbeat_metricbeat.reference.yml
blob: 54e125f6af506d8cc40260649aefda6c57747fe2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- metricbeat/metricbeat.reference.yml.orig	2022-09-27 13:19:27 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
@@ -2006,7 +2006,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.