mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
- 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
21 lines
761 B
YAML
21 lines
761 B
YAML
--- auditbeat/auditbeat.reference.yml.orig 2021-10-07 17:20: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
|
|
@@ -1159,7 +1159,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.
|