blob: 032360fc254b63bdd80edd7f3f305ada0bd058bd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- auditbeat/auditbeat.yml.orig 2021-10-24 20:40:41 UTC
+++ auditbeat/auditbeat.yml
@@ -82,6 +82,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%%/auditbeat/kibana
+
# =================================== Kibana ===================================
# Starting with Beats version 6.0.0, the dashboards are loaded via the Kibana API.
|