summaryrefslogtreecommitdiff
path: root/sysutils/beats8/files/patch-filebeat_filebeat.reference.yml
blob: 71410a09ec9230c3a747b55dd24478785659ebe7 (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
--- filebeat/filebeat.reference.yml.orig	2022-09-27 13:19:27 UTC
+++ filebeat/filebeat.reference.yml
@@ -1241,12 +1241,12 @@ filebeat.inputs:
 #filebeat.config:
   #inputs:
     #enabled: false
-    #path: inputs.d/*.yml
+    #path: filebeat.inputs.d/*.yml
     #reload.enabled: true
     #reload.period: 10s
   #modules:
     #enabled: true
-    #path: modules.d/*.yml
+    #path: filebeat.modules.d/*.yml
     #reload.enabled: true
     #reload.period: 10s
 
@@ -2266,7 +2266,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%%/filebeat/kibana
 
 # The URL from where to download the dashboards archive. It is used instead of
 # the directory if it has a value.