19 Commits

Author SHA1 Message Date
sthen
5b4588fb39 sync WANTLIB 2022-03-31 13:37:02 +00:00
naddy
2b3700e37e drop RCS Ids 2022-03-11 19:57:10 +00:00
daniel
3a48909014 don't hardcode python 3.8; this will break if we switch to python 3.9
hopefully ok MAINTAINER
2021-05-15 17:05:20 +00:00
pvk
9588d39644 Update beats 7.10.0 -> 7.10.2
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
2021-01-30 10:03:40 +00:00
pvk
998515d0ee Update beats 7.9.1 -> 7.10.0
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
2020-11-21 15:58:40 +00:00
pvk
96fc245e61 Update beats 7.8.1 -> 7.9.1
Release notes: https://www.elastic.co/guide/en/beats/libbeat/current/release-notes-7.9.1.html
2020-09-22 17:59:25 +00:00
pvk
a0bebdea7a Update beats 7.6.2 -> 7.7.0
Release notes: https://www.elastic.co/guide/en/beats/libbeat/current/release-notes-7.7.0.html
2020-05-14 21:53:06 +00:00
pvk
2251c830c2 Use cp -R to allow copying of config directories;
remove unnecessary /share/ dir.
2020-04-04 02:44:37 +00:00
sthen
b8d12a3b20 update various simple PERMIT_* in Makefile.inc files 2019-07-13 10:59:26 +00:00
jasper
1cde17869b stop beating around the bush and drop maintainership on beats I don't use anymore (heartbeat, metricbeat and packetbeat) 2019-03-30 04:42:31 +00:00
pvk
fe370f3df9 Update beats/filebeat 5.6.4 -> 6.2.4
ok jasper@
2018-05-17 12:47:32 +00:00
ajacoutot
93531c8658 Cope with recent go module change. 2017-12-02 09:30:03 +00:00
jasper
c104fbf45d add plumbing for installing modules; not actually used yet 2017-05-08 20:45:23 +00:00
jasper
2be25940e8 adjust for upcoming beats 5.3.1 2017-04-27 09:13:19 +00:00
jasper
269e864a7a it's no longer needed to set GO15VENDOREXPERIMENT since we have go 1.6 2016-08-13 08:42:22 +00:00
czarkoff
5137903b26 add PATH and CFLAGS to Go environment
Needed for cgo

OK jasper@
2016-05-09 08:55:45 +00:00
czarkoff
a11a018bee simplify MODGO_CMD environment customization
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@
2016-05-08 12:29:17 +00:00
jasper
159ba66cef prepare for non-Elastic beats with a slightly different layout 2016-04-26 21:29:43 +00:00
jasper
1bc6bb2e92 import filebeat 1.2.1 (and basic scaffolding for future beats)
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@
2016-04-26 13:08:02 +00:00