Files
ports/sysutils/beats8/files/patch-auditbeat_auditbeat.reference.yml
Juraj Lutter c7e874cca9 sysutils/beats8: New port
Add sysutils/beats8, beats component for ELK 8.x.

There are many breaking changes in 8.x versions, see
https://www.elastic.co/guide/en/beats/libbeat/8.5/breaking-changes-8.0.html
for details.

Release notes for ELK 8.x are located here:
https://www.elastic.co/guide/en/beats/libbeat/8.5/release-notes.html
2022-11-26 22:03:17 +01:00

21 lines
761 B
YAML

--- auditbeat/auditbeat.reference.yml.orig 2022-10-24 06:49:31 UTC
+++ auditbeat/auditbeat.reference.yml
@@ -14,7 +14,7 @@
auditbeat.config.modules:
# Glob pattern for configuration reloading
- path: ${path.config}/modules.d/*.yml
+ path: ${path.config}/auditbeat.modules.d/*.yml
# Period on which files under path should be checked for changes
reload.period: 10s
@@ -1133,7 +1133,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%%/auditbeat/kibana
# The URL from where to download the dashboards archive. It is used instead of
# the directory if it has a value.