freebsd-ports/sysutils/beats8/files/patch-filebeat_filebeat.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

26 lines
841 B
YAML

--- filebeat/filebeat.reference.yml.orig 2022-09-27 13:19:27 UTC
+++ filebeat/filebeat.reference.yml
@@ -1241,12 +1241,12 @@ filebeat.inputs:
#filebeat.config:
#inputs:
#enabled: false
- #path: inputs.d/*.yml
+ #path: filebeat.inputs.d/*.yml
#reload.enabled: true
#reload.period: 10s
#modules:
#enabled: true
- #path: modules.d/*.yml
+ #path: filebeat.modules.d/*.yml
#reload.enabled: true
#reload.period: 10s
@@ -2266,7 +2266,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%%/filebeat/kibana
# The URL from where to download the dashboards archive. It is used instead of
# the directory if it has a value.