--- metricbeat/metricbeat.yml.orig 2021-10-07 17:20:31 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 @@ -54,6 +54,10 @@ setup.template.settings: # website. #setup.dashboards.url: +# The directory from where to read the dashboards. The default is the `kibana` +# folder in the home path. +#setup.dashboards.directory: %%DATADIR%%/metricbeat/kibana + # =================================== Kibana =================================== # Starting with Beats version 6.0.0, the dashboards are loaded via the Kibana API. @@ -123,8 +127,8 @@ output.elasticsearch: processors: - add_host_metadata: ~ - add_cloud_metadata: ~ - - add_docker_metadata: ~ - - add_kubernetes_metadata: ~ +# - add_docker_metadata: ~ +# - add_kubernetes_metadata: ~ # ================================== Logging ===================================