| Server IP : 82.208.35.60 / Your IP : 216.73.216.238 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/sysutils/beats7/files/ |
Upload File : |
--- 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 ===================================