blob: 6630fa8d04d65a169ef9cf8f80370bad4464ec42 (
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 2022-09-27 13:19:27 UTC
+++ filebeat/filebeat.yml
@@ -58,7 +58,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
@@ -101,6 +101,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.
@@ -168,8 +172,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 ===================================
|