blob: 53570d7445bf15236b017c85b0b8689bc097905c (
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
|
--- filebeat/filebeat.yml.orig 2021-12-17 15:54:41 UTC
+++ filebeat/filebeat.yml
@@ -51,7 +51,7 @@ filebeat.inputs:
filebeat.config.modules:
# Glob pattern for configuration loading
- path: ${path.config}/modules.d/*.yml
+ path: ${path.config}/filebeat.modules.d/*.yml
# Set to true to enable config reloading
reload.enabled: false
@@ -94,6 +94,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%%/filebeat/kibana
+
# =================================== Kibana ===================================
# Starting with Beats version 6.0.0, the dashboards are loaded via the Kibana API.
@@ -161,8 +165,8 @@ processors:
- add_host_metadata:
when.not.contains.tags: forwarded
- add_cloud_metadata: ~
- - add_docker_metadata: ~
- - add_kubernetes_metadata: ~
+# - add_docker_metadata: ~
+# - add_kubernetes_metadata: ~
# ================================== Logging ===================================
|