| Port details |
- beats93 Send logs, network, metrics and heartbeat to Elasticsearch or Logstash (9.3.x version)
- 9.3.2_2 sysutils
=0 9.3.2_2Version of this port present on the latest quarterly branch. - Maintainer: elastic@FreeBSD.org
 - Port Added: 2026-03-17 21:15:32
- Last Update: 2026-05-09 17:25:51
- Commit Hash: 4e243a83
- 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:
-
- beats93>0:sysutils/beats93
- Conflicts:
- CONFLICTS:
- To install the port:
- cd /usr/ports/sysutils/beats93/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/beats93
- pkg install beats93
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: beats93
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1774747474
SHA256 (go/sysutils_beats93/elastic-beats-v9.3.2_GH0/go.mod) = 9b8442497bbdedba9d61de4e77b138b5874a22a38d1b34e61472fd80dd4358f6
SIZE (go/sysutils_beats93/elastic-beats-v9.3.2_GH0/go.mod) = 28845
Packages (timestamps in pop-ups are UTC):
- 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 beats93-9.3.2_2:
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_beats93
- 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 |
9.3.2_2 09 May 2026 17:25:51
    |
Adam Weinberger (adamw)  |
various: Bump ports for Go 1.25.10 |
9.3.2_1 01 May 2026 18:53:38
    |
Robert Clausecker (fuz)  |
sysutils/beats*: Revert "Mark as not for arch i386"
Port now builds fine on i386.
MFH: 2026Q2
This reverts commit 3d572ac39d0f36d654c2d5e6f1db8ac7077331ec. |
9.3.2_1 01 May 2026 18:51:49
    |
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 |
9.3.2_1 10 Apr 2026 15:57:27
    |
Dag-Erling Smørgrav (des)  |
various: Bump go ports for go-1.25.9 / 1.26.2 |
9.3.2 05 Apr 2026 21:28:59
    |
Palle Girgensohn (girgen)  |
sysutils/beats*: Mark as not for arch i386
MFH: 2026Q2 |
9.3.2 29 Mar 2026 15:05:56
    |
Vladimir Druzenko (vvd)  |
sysutils/beats93: Update 9.3.1 => 9.3.2
Release Notes:
https://www.elastic.co/docs/release-notes/beats#beats-release-notes-9.3.2
Approved by: elastic (maintainer, implicit - inactive for more than 6 months) |
9.3.1 17 Mar 2026 21:12:11
    |
Vladimir Druzenko (vvd)  Author: Saro |
sysutils/beats93: New port: Send logs, network, metrics and heartbeat to
Elasticsearch or Logstash 9.3.x
Release Notes:
https://www.elastic.co/docs/release-notes/beats#beats-release-notes-9.3.1
PR: 293759
Approved by: elastic (maintainer, implicit - inactive for more than 6 months)
Co-authored-by: Vladimir Druzenko <vvd@FreeBSD.org> |
9.2.6 17 Mar 2026 21:12:10
    |
Vladimir Druzenko (vvd)  |
sysutils/beats93: Repocopy from sysutils/beats92
PR: 293759
Approved by: elastic (maintainer, implicit - inactive for more than 6 months) |