Release notes: https://www.elastic.co/guide/en/beats/libbeat/current/release-notes-7.10.2.html
Port changes:
* build: set BUILD_DEPENDS += lang/python/ instead of
using MODULES += lang/python to prevent unnecessary python dependecy
* metricbeat: report correct CPU/memory metrics - requires files/sigar_openbsd.go
* metricbeat: swap usage metrics are turned off due to metricbeat crashes
* metricbeat: remove configuration options which are useless under OpenBSD
Many thanks to David Alten for providing the fix for metricbeat CPU metrics
and testing
Release notes: https://www.elastic.co/guide/en/beats/libbeat/current/release-notes-7.10.0.html
Port changes:
* Set default path.{config,data,home,logs} to OpenBSD-specific locations
on OpenBSD
* Add Kibana dashboards: name <beatname> setup --dashboards command work
* Remove modules (e.g. docker, k8, windows) and dashboards which are irrelevant
on OpenBSD
* Remove redundant pkg/README for filebeat and packetbeat
Thanks to David Alten for detailed reports on various usability issues
Clear user's environment with SETENV and provide MODGO_ENV for adding variables
to environment and MODGO_GOPATH for altering GOPATH.
OK ajacoutot@, jasper@, kspillner@
Filebeat is an open source file harvester, mostly used to fetch logs
files and feed them into logstash.
testing/feedback from Pavel Korovin
feedback/ok sthen@