Files
ports/sysutils/beats7/files/patch-auditbeat_auditbeat.yml
Juraj Lutter 3c59413074 sysutils/beats7: Update to 7.15.1
- Update to 7.15.1
- For breaking changes for 7.15.x see UPDATING
- Install kibana dashboard files from binary package (PR 247776)
- Install .yml config files into examples directory (PR 258506)
- Release notes:
https://www.elastic.co/guide/en/beats/libbeat/current/release-notes-7.15.1.html

PR:		247776, 258506
2021-10-25 00:37:44 +02:00

14 lines
504 B
YAML

--- 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.