mirror of
https://git.freebsd.org/ports.git
synced 2025-06-18 19:20:36 -04:00
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
33 lines
1.1 KiB
YAML
33 lines
1.1 KiB
YAML
--- filebeat/filebeat.yml.orig 2022-09-27 13:19:27 UTC
|
|
+++ filebeat/filebeat.yml
|
|
@@ -58,7 +58,7 @@ filebeat.inputs:
|
|
|
|
filebeat.config.modules:
|
|
# Glob pattern for configuration loading
|
|
- path: ${path.config}/modules.d/*.yml
|
|
+ path: ${path.config}/filebeat.modules.d/*.yml
|
|
|
|
# Set to true to enable config reloading
|
|
reload.enabled: false
|
|
@@ -101,6 +101,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%%/filebeat/kibana
|
|
+
|
|
# =================================== Kibana ===================================
|
|
|
|
# Starting with Beats version 6.0.0, the dashboards are loaded via the Kibana API.
|
|
@@ -168,8 +172,8 @@ processors:
|
|
- add_host_metadata:
|
|
when.not.contains.tags: forwarded
|
|
- add_cloud_metadata: ~
|
|
- - add_docker_metadata: ~
|
|
- - add_kubernetes_metadata: ~
|
|
+# - add_docker_metadata: ~
|
|
+# - add_kubernetes_metadata: ~
|
|
|
|
# ================================== Logging ===================================
|
|
|