aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorJuraj Lutter <otis@FreeBSD.org>2021-10-24 21:36:34 +0000
committerJuraj Lutter <otis@FreeBSD.org>2021-10-24 22:37:44 +0000
commit3c5941307404109bdfc8130de42d85a557180ecf (patch)
tree79330fbc2b60fba75d1a9795a9f4bb422d38b441 /UPDATING
parent20814b4963b6fa48332240f9a8474e5857bc8738 (diff)
downloadports-3c5941307404109bdfc8130de42d85a557180ecf.tar.gz
ports-3c5941307404109bdfc8130de42d85a557180ecf.zip
sysutils/beats7: Update to 7.15.1
- Update to 7.15.1 - For breaking changes for 7.15.x see UPDATING - Install kibana dashboard files from binary package (PR 247776) - Install .yml config files into examples directory (PR 258506) - Release notes: https://www.elastic.co/guide/en/beats/libbeat/current/release-notes-7.15.1.html PR: 247776, 258506
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING30
1 files changed, 30 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index f4c84f17bc8b..645983436bfe 100644
--- a/UPDATING
+++ b/UPDATING
@@ -6,6 +6,36 @@ You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
20211024:
+ AFFECTS: sysutils/beats7
+ AUTHOR: otis@FreeBSD.org
+
+ The following breaking changes apply to beats 7.15.0 and newer:
+
+ - All beats:
+ Loading Kibana assets (dashboards, index templates) rely on Saved Object API.
+ So to provide a reliable service, Beats can only import and export dashboards
+ using at least Kibana 7.15.
+
+ - Filebeat:
+ - Remove all alias fields pointing to ECS fields from modules. This affects
+ the Suricata and Traefik modules.
+ - Fix Crowdstrike ingest pipeline that was creating flattened process fields.
+ - Rename log.path to log.file.path in filestream to be consistent with log
+ input and ECS.
+
+ - Heartbeat:
+ - Remove long deprecated watch_poll functionality.
+ - Fix inconsistency in event.dataset values between heartbeat and fleet by
+ always setting this value to the monitor type / fleet dataset.
+
+ - Metricbeat:
+ - Fix Elasticsearch jvm.gc.collectors.old being exposed as young
+
+ Full changelog:
+ https://www.elastic.co/guide/en/beats/libbeat/current/release-notes-7.15.0.html
+ https://www.elastic.co/guide/en/beats/libbeat/current/release-notes-7.15.1.html
+
+20211024:
AFFECTS: users of databases/postgresql* and other software using PostgreSQL to run
AUTHOR: kbowling@FreeBSD.org