aboutsummaryrefslogtreecommitdiff
path: root/sysutils/beats7/files/patch-metricbeat_metricbeat.yml
blob: 0dcf745f9cfdcf57a8879e4e1125fc8343ab9156 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
--- 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 ===================================