mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-07 02:06:57 +00:00
c0135729ef
Changelog: * Bugfixes: - Affecting all Beats: - Update replicaset group to apps/v1 - Rename cloud.provider az value to azure inside the add_cloud_metadata processor. - Add missing country_name geo field in add_host_metadata and add_observer_metadata processors. - Filebeat: - Fix long registry migration times. - Fix event types and categories in auditd module to comply with ECS - Update documentation in the azure module filebeat. - Heartbeat: - Stop rescheduling tasks of stopped monitors. - Metricbeat: - Updates vm_compute metricset with more info on guest metrics. - Add fallback for PdhExpandWildCardPathW failing in perfmon metricset. - Fix resource tags in aws cloudwatch metricset - Fill cloud.account.name with accountID if account alias doesn’t exist. - Winlogbeat: - Fix duplicated field error when exporting index-pattern with migration.6_to_7.enabled. - Fix event.outcome in the security module for non-English languages. * Added: - Affecting all Beats: - Added support for more message types for Cisco ASA and FTD. PR: 249109 Submitted by: Juraj Lutter <juraj@lutter.sk>
16 lines
672 B
YAML
16 lines
672 B
YAML
--- packetbeat/packetbeat.yml.orig 2020-08-11 15:19:45 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
|
|
|
|
# =================================== Flows ====================================
|
|
|