mirror of
https://git.freebsd.org/ports.git
synced 2025-05-20 11:03:09 -04: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
26 lines
1.1 KiB
YAML
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 ===================================
|
|
|