--- metricbeat/metricbeat.reference.yml.orig 2026-01-07 19:28:13 UTC +++ metricbeat/metricbeat.reference.yml @@ -14,7 +14,7 @@ metricbeat.config.modules: 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 @@ -2218,7 +2218,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 dashboard archive. It is used instead of # the directory if it has a value.