| Port details on branch 2026Q2 |
- beats8 Send logs, network, metrics and heartbeat to Elasticsearch or Logstash (8.x version)
- 8.19.13_4 sysutils
=0 8.19.13_4Version of this port present on the latest quarterly branch. - Maintainer: elastic@FreeBSD.org
 - Port Added: 2026-04-09 09:33:06
- Last Update: 2026-06-03 18:00:48
- Commit Hash: 3d69120
- License: APACHE20
- WWW:
- https://www.elastic.co/products/beats/
- Description:
- Beats is the platform for building lightweight, open source data
shippers for many types of operational data you want to enrich with
Logstash, search and analyze in Elasticsearch, and visualize in Kibana.
Whether you're interested in log files, infrastructure metrics, network
packets, or any other type of data, Beats serves as the foundation for
keeping a beat on your data.
Filebeat is a lightweight, open source shipper for log file data. As the
next-generation Logstash Forwarder, Filebeat tails logs and quickly
sends this information to Logstash for further parsing and enrichment or
to Elasticsearch for centralized storage and analysis.
Metricbeat Collect metrics from your systems and services. From CPU to memory,
Redis to Nginx, and much more, Metricbeat is a lightweight way to send system
and service statistics.
Packetbeat is a lightweight network packet analyzer that sends data to Logstash
or Elasticsearch.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
- filebeat
- heartbeat
- metricbeat
- Dependency lines:
-
- Conflicts:
- CONFLICTS:
- To install the port:
- cd /usr/ports/sysutils/beats8/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/beats8
- pkg install beats8
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: beats8
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1774747474
SHA256 (go/sysutils_beats8/elastic-beats-v8.19.13_GH0/go.mod) = 240b7500e4b3f54ce47a5faa49676dce920fc459c4f3af6ffafdda74b3854b28
SIZE (go/sysutils_beats8/elastic-beats-v8.19.13_GH0/go.mod) = 28823
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- go125 : lang/go125
- Fetch dependencies:
-
- go125 : lang/go125
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for beats8-8.19.13_4:
AUDITBEAT=off: Auditbeat
FILEBEAT=on: Filebeat
HEARTBEAT=on: Heartbeat
METRICBEAT=on: Metricbeat
PACKETBEAT=off: Packetbeat
===> Use 'make config' to modify these settings
- Options name:
- sysutils_beats8
- USES:
- go:modules zip
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
8.19.13_4 03 Jun 2026 18:00:48
    |
Dag-Erling Smørgrav (des)  |
various: Bump go ports for go-1.25.11 / go-1.26.4 |
8.19.13_3 09 May 2026 17:30:33
    |
Adam Weinberger (adamw)  |
various: Bump ports for Go 1.25.10 |
8.19.13_2 01 May 2026 18:54:31
    |
Robert Clausecker (fuz)  |
sysutils/beats*: Revert "Mark as not for arch i386"
Port now builds fine on i386.
MFH: 2026Q2
This reverts commit 3d572ac39d0f36d654c2d5e6f1db8ac7077331ec.
(cherry picked from commit 164d89a89036cc73543642bb369a65de0eca250e) |
8.19.13_2 01 May 2026 18:54:31
    |
Robert Clausecker (fuz)  |
sysutils/beats*: fix build on armv7
The patch "patch-go-sysinfo" ports a Linux-only go module to FreeBSD.
Due to two oversights, the patch did not build on armv7. Fix the patch,
ensuring that all beats versions build on armv7 FreeBSD. A subtle bug
is addressed, too: the patch would previously convert from microseconds
to nanoseconds for time.Unix() by multiplying with time.Microsecond,
which is not the correct value. Multiply with 1000 instead.
Approved by: portmgr (build fix blanket)
MFH: 2026Q2
(cherry picked from commit 22c1284107218bffffc201881f84cb01ed33b141) |
8.19.13_2 22 Apr 2026 21:11:57
    |
Vladimir Druzenko (vvd)  |
sysutils/beats8: Fix panic, SIGSEGV in elastic-agent-libs/monitoring
Upstream:
https://github.com/elastic/elastic-agent-libs/issues/392
https://github.com/elastic/elastic-agent-libs/pull/402
PR: 294181
Approved by: girgen (elastic)
Sponsored by: UNIS Labs
MFH: 2026Q2
(cherry picked from commit 7dc442bb668b58fcf34b7c8e423b4ffd3c9844dc) |
8.19.13_1 10 Apr 2026 16:19:03
    |
Dag-Erling Smørgrav (des)  |
various: Bump go ports for go-1.25.9 / 1.26.2 |
8.19.13 09 Apr 2026 09:32:17
    |
Palle Girgensohn (girgen)  |
sysutils/beats*: Mark as not for arch i386
MFH: 2026Q2
(cherry picked from commit 3d572ac39d0f36d654c2d5e6f1db8ac7077331ec) |