ports/sysutils/beats7/files/patch-packetbeat_packetbeat.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

26 lines
1.1 KiB
YAML

--- packetbeat/packetbeat.yml.orig 2021-10-07 17:20:31 UTC
+++ packetbeat/packetbeat.yml
@@ -10,8 +10,10 @@
# =============================== Network device ===============================
# Select the network interface to sniff the data. On Linux, you can use the
-# "any" keyword to sniff on all connected interfaces.
-packetbeat.interfaces.device: any
+# "any" keyword to sniff on all connected interfaces. FreeBSD is a bit different
+# and the beats programmers did not bother to implement it, so you must set this
+# to your preferred device
+packetbeat.interfaces.device: em0
# The network CIDR blocks that are considered "internal" networks for
# the purpose of network perimeter boundary classification. The valid
@@ -151,6 +153,10 @@ setup.template.settings:
# versions, this URL points to the dashboard archive on the artifacts.elastic.co
# 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%%/packetbeat/kibana
# =================================== Kibana ===================================