Version: 7.10.2, Package name: packetbeat-7.10.2 |
Maintained by: Pavel Korovin |
Master sites: |
Description Packetbeat is the open source data shipper that integrates with Elasticsearch and Kibana to provide real-time analytics for web, database, and other network protocols. packetbeat.rc #!/bin/ksh # # $OpenBSD: packetbeat.rc,v 1.7 2020/11/21 15:58:41 pvk Exp $ daemon="${PREFIX}/bin/packetbeat" . /etc/rc.d/rc.subr rc_bg=YES rc_reload=NO rc_cmd $1 |
Filesize: 20.446 KB |
Version History (View Complete History) |
|
2021-03-08 06:59:29 by Stuart Henderson | Files touched by this commit (92) |
Log message: bump the golang ports so that pkg_add -u knows to update them |
2021-01-30 03:03:41 by Pavel Korovin | Files touched by this commit (10) |
Log message: 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 |
2020-11-21 08:58:41 by Pavel Korovin | Files touched by this commit (25) |
Log message: 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-09-22 11:59:25 by Pavel Korovin | Files touched by this commit (17) |
Log message: 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-07-30 05:01:34 by Pavel Korovin | Files touched by this commit (8) |
Log message: Update beats 7.8.0 -> 7.8.1 Release notes: https://www.elastic.co/guide/en/beats/libbeat/current/release-notes-7.8.1.html |
2020-07-01 06:04:47 by Pavel Korovin | Files touched by this commit (12) |
Log message: Update beats 7.7.0 -> 7.8.0 Release notes: https://www.elastic.co/guide/en/beats/libbeat/current/release-notes-7.8.0.html |
2020-05-14 15:53:07 by Pavel Korovin | Files touched by this commit (10) |
Log message: 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-04-03 21:07:49 by Pavel Korovin | Files touched by this commit (6) |
Log message: Update packetbeat 6.4.3 -> 7.6.2 Relase notes: https://www.elastic.co/guide/en/beats/libbeat/7.6/release-notes.html |
2019-03-29 22:42:32 by Jasper Lievisse Adriaanse | Files touched by this commit (3) |
Log message: stop beating around the bush and drop maintainership on beats I don't use anymore (heartbeat, metricbeat and packetbeat) |
2019-03-16 07:34:09 by Joel Sing | Files touched by this commit (1) |
Log message: Use cgo correctly. Go 1.11 and earlier allowed code to use cgo mangled names ("_Ctype_" prefixed), even though they should be using the cgo prefix ("C."). Go 1.12 enforces use of the cgo prefix, so fix this here. ok jasper@ sthen@ |
2018-11-14 11:32:03 by Jasper Lievisse Adriaanse | Files touched by this commit (4) |
Log message: update beats to 6.4.3 ok pvk@ |
2018-10-27 07:22:08 by Jasper Lievisse Adriaanse | Files touched by this commit (6) |
Log message: update to beats-6.4.2 OK pvk@ sebastia@ |
2018-09-04 06:46:28 by Marc Espie | Files touched by this commit (918) |
Log message: convert to PKGSTEM |
2018-06-01 09:32:04 by Stuart Henderson | Files touched by this commit (15) |
Log message: Bump the next set of ports to trigger rebuilds following cpu stats changes (CPUSTATES/etc). More to come. |
2018-05-18 01:18:18 by Jasper Lievisse Adriaanse | Files touched by this commit (5) |
Log message: update remaining beats to 6.2.4 |
2018-05-18 01:14:37 by Antoine Jacoutot | Files touched by this commit (1) |
Log message: Unbreak. |
2018-04-14 16:53:55 by Stuart Henderson | Files touched by this commit (11) |
Log message: bump all go ports that don't already have a RUN_DEPENDS on lang/go (which has pkgspec set on the go version number already), so that pkg_add -u updates them to versions which work with MAP_STACK. spotted by pvk@ |
2018-01-11 12:27:12 by Robert Peichaer | Files touched by this commit (624) |
Log message: Change the shebang line from /bin/sh to /bin/ksh in all ports rc.d daemon scripts and bump subpackages that contain the *.rc scripts. discussed with and OK aja@ OK tb |
2017-08-19 06:54:55 by Jasper Lievisse Adriaanse | Files touched by this commit (4) |
Log message: update beats to 5.5.2 |
2017-08-08 15:50:43 by Jasper Lievisse Adriaanse | Files touched by this commit (4) |
Log message: update to beats-5.5.1 |
2017-07-01 05:15:08 by Jasper Lievisse Adriaanse | Files touched by this commit (4) |
Log message: update to beats-5.4.3 |
2017-06-22 14:09:54 by Jasper Lievisse Adriaanse | Files touched by this commit (4) |
Log message: update beats to 5.4.2 |
2017-06-02 11:52:05 by Jasper Lievisse Adriaanse | Files touched by this commit (4) |
Log message: update beats to 5.4.1 |
2017-05-27 13:57:08 by Antoine Jacoutot | Files touched by this commit (88) |
Log message: Bring rc_bg back. |
2017-05-27 07:55:59 by Antoine Jacoutot | Files touched by this commit (47) |
Log message: I forgot the bump commit... |
2017-05-27 07:53:07 by Antoine Jacoutot | Files touched by this commit (47) |
Log message: Cope with recent rc.subr(8) change (removal of rc_bg etc.) |
2017-05-08 13:17:22 by Jasper Lievisse Adriaanse | Files touched by this commit (7) |
Log message: update to beats-5.4.0 https://www.elastic.co/guide/en/beats/libbeat/5.4/release-notes-5.4.0.html |
2017-04-28 11:28:14 by Jasper Lievisse Adriaanse | Files touched by this commit (4) |
Log message: update to {file,metric,packet}beat 5.3.2 |
2017-04-27 03:14:59 by Jasper Lievisse Adriaanse | Files touched by this commit (8) |
Log message: update to packetbeat-5.3.1 please note the configuration layout has changed between 1.x and 5.x: https://www.elastic.co/guide/en/beats/libbeat/5.0/upgrading-1-to-5.html |
2016-10-10 11:28:56 by Jasper Lievisse Adriaanse | Files touched by this commit (6) |
Log message: update to beats-1.3.1; from Pavel Korovin |
2016-09-24 07:15:07 by Jasper Lievisse Adriaanse | Files touched by this commit (6) |
Log message: update beats to 1.3.0 |
2016-08-03 03:34:39 by Antoine Jacoutot | Files touched by this commit (19) |
Log message: Bump after recent go MODULE change. ok czarkoff@ |
2016-07-09 02:46:25 by Stuart Henderson | Files touched by this commit (15) |
Log message: sync WANTLIB |
2016-05-27 06:57:54 by Jasper Lievisse Adriaanse | Files touched by this commit (2) |
Log message: update to packetbeat-1.2.3; no changes |
2016-05-14 06:52:59 by Jasper Lievisse Adriaanse | Files touched by this commit (6) |
Log message: update to 1.2.2 |