From dcb5531e8342d559337023f5048c6f857f467375 Mon Sep 17 00:00:00 2001 From: elasticmachine Date: Mon, 13 Jan 2025 15:20:24 +0000 Subject: [PATCH] docs: Close changelog for 8.17.1 --- CHANGELOG.asciidoc | 199 ++++++++++++++++++++++++++++++++++ CHANGELOG.next.asciidoc | 35 +----- libbeat/docs/release.asciidoc | 1 + 3 files changed, 204 insertions(+), 31 deletions(-) diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index 07f286906112..fc7e1c2e1cd0 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -2,6 +2,205 @@ // each other on Github, so don't worry too much on using the right prefix. :issue: https://github.com/elastic/beats/issues/ :pull: https://github.com/elastic/beats/pull/ + +[[release-notes-8.17.1]] +=== Beats version 8.17.1 +https://github.com/elastic/beats/compare/v8.17.0\...v8.17.1[View commits] + +==== Breaking changes + +*Affecting all Beats* + +- Default Docker base image was reverted to Ubuntu 20.04 due to incompatability issues with glibc {pull}42144[42144] +- Fix templates and docs to use correct `--` version of command line arguments. {issue}42038[42038] {pull}42060[42060] + +*Auditbeat* + + +*Filebeat* + + + +*Heartbeat* + + +*Metricbeat* + + +*Osquerybeat* + + +*Osquerybeat* + + +*Packetbeat* + + +*Winlogbeat* + + +*Functionbeat* + + +*Elastic Logging Plugin* + + +==== Bugfixes + +*Affecting all Beats* + + +*Auditbeat* + + +*Filebeat* + +- Fix streaming input handling of invalid or empty websocket messages. {pull}42036[42036] +- Fix awss3 document ID construction when using the CSV decoder. {pull}42019[42019] +- Improve S3 object size metric calculation to support situations where Content-Length is not available. {pull}41755[41755] +- Fix Netflow Template Sharing configuration handling. {pull}42080[42080] + +*Heartbeat* + + + +*Metricbeat* + +- Fix Kubernetes metadata sometimes not being present after startup {pull}41216[41216] +- Do not report non-existant 0 values for RSS metrics in docker/memory {pull}41449[41449] +- Don't skip first bucket value in GCP metrics metricset for distribution type metrics {pull}41822[41822] +- [K8s Integration] Enhance HTTP authentication in case of token updates for Apiserver, Controllermanager and Scheduler metricsets {issue}41910[41910] {pull}42016[42016] +- Fixed `creation_date` scientific notation output in the `elasticsearch.index` metricset. {pull}42053[42053] + + +*Osquerybeat* + + +*Packetbeat* + + +*Winlogbeat* + + + +*Elastic Logging Plugin* + + +==== Added + +*Affecting all Beats* + +- Update to Go 1.22.10. {pull}42095[42095] +- Replace `compress/gzip` with https://github.com/klauspost/compress/gzip library for gzip compression {pull}41584[41584] +- Add regex pattern matching to add_kubernetes_metadata processor {pull}41903[41903] + +*Auditbeat* + + +*Auditbeat* + +*Auditbeat* + + +*Filebeat* + +- Added support for retry configuration in GCS input. {issue}11580[11580] {pull}41862[41862] +- Added default values in the streaming input for websocket retries and put a cap on retry wait time to be lesser than equal to the maximum defined wait time. {pull}42012[42012] +- Added OAuth2 support with auto token refresh for websocket streaming input. {issue}41989[41989] {pull}42212[42212] +- Added infinite & blanket retry options to websockets and improved logging and retry logic. {pull}42225[42225] + +*Auditbeat* + + +*Libbeat* + + + +*Heartbeat* + + +*Metricbeat* + +- Bump aerospike-client-go to version v7.7.1 and add support for basic auth in Aerospike module {pull}41233[41233] +- Only watch metadata for ReplicaSets in metricbeat k8s module {pull}41289[41289] +- Add support for region/zone for Vertex AI service in GCP module {pull}41551[41551] +- Added `tier_preference`, `creation_date` and `version` fields to the `elasticsearch.index` metricset. {pull}41944[41944] +- Add `use_performance_counters` to collect CPU metrics using performance counters on Windows for `system/cpu` and `system/core` {pull}41965[41965] + +*Metricbeat* + + +*Osquerybeat* + + +*Packetbeat* + + +*Winlogbeat* + + + +*Functionbeat* + +*Elastic Log Driver* +*Elastic Logging Plugin* + + +==== Deprecated + +*Auditbeat* + + +*Filebeat* + +- Removed `bucket_timeout` config option for GCS input and replaced bucket context with parent program context. {issue}41107[41107] {pull}41970[41970] + +*Heartbeat* + + + +*Metricbeat* + + +*Osquerybeat* + + +*Packetbeat* + + +*Winlogbeat* + + +*Functionbeat* + + +*Elastic Logging Plugin* + + +==== Known Issues + + + + + + + + + + + + + + + + + + + + + + + [[release-notes-8.17.0]] === Beats version 8.17.0 diff --git a/CHANGELOG.next.asciidoc b/CHANGELOG.next.asciidoc index 0dd448b0fe4d..2c8ab5490d1b 100644 --- a/CHANGELOG.next.asciidoc +++ b/CHANGELOG.next.asciidoc @@ -12,8 +12,6 @@ https://github.com/elastic/beats/compare/v8.8.1\...main[Check the HEAD diff] - Fix FQDN being lowercased when used as `host.hostname` {issue}39993[39993] - Beats won't log start up information when running under the Elastic Agent {40390}40390[40390] -- Default Docker base image was reverted to Ubuntu 20.04 due to incompatability issues with glibc {pull}42144[42144] -- Fix templates and docs to use correct `--` version of command line arguments. {issue}42038[42038] {pull}42060[42060] *Auditbeat* @@ -116,11 +114,7 @@ https://github.com/elastic/beats/compare/v8.8.1\...main[Check the HEAD diff] - Fix publication of group data from the Okta entity analytics provider. {pull}40681[40681] - Ensure netflow custom field configuration is applied. {issue}40735[40735] {pull}40730[40730] - Fix a bug in Salesforce input to only handle responses with 200 status code {pull}41015[41015] -- Fix streaming input handling of invalid or empty websocket messages. {pull}42036[42036] -- Fix awss3 document ID construction when using the CSV decoder. {pull}42019[42019] -- Improve S3 object size metric calculation to support situations where Content-Length is not available. {pull}41755[41755] -- Fix Netflow Template Sharing configuration handling. {pull}42080[42080] -- Updated websocket retry error code list to allow more scenarios to be retried which could have been missed previously. {pull}42218[42218] +- Updated websocket retry error code list to allow more scenarios to be retried which could have been missed previously. {pull}42218[42218] *Heartbeat* @@ -144,13 +138,6 @@ https://github.com/elastic/beats/compare/v8.8.1\...main[Check the HEAD diff] - Add missing ECS Cloud fields in GCP `metrics` metricset when using `exclude_labels: true` {issue}40437[40437] {pull}40467[40467] - Add AWS OwningAccount support for cross account monitoring {issue}40570[40570] {pull}40691[40691] - Use namespace for GetListMetrics when exists in AWS {pull}41022[41022] -- Fix http server helper SSL config. {pull}39405[39405] -- Fix Kubernetes metadata sometimes not being present after startup {pull}41216[41216] -- Do not report non-existant 0 values for RSS metrics in docker/memory {pull}41449[41449] -- Log Cisco Meraki `getDevicePerformanceScores` errors without stopping metrics collection. {pull}41622[41622] -- Don't skip first bucket value in GCP metrics metricset for distribution type metrics {pull}41822[41822] -- [K8s Integration] Enhance HTTP authentication in case of token updates for Apiserver, Controllermanager and Scheduler metricsets {issue}41910[41910] {pull}42016[42016] -- Fixed `creation_date` scientific notation output in the `elasticsearch.index` metricset. {pull}42053[42053] *Osquerybeat* @@ -181,13 +168,8 @@ https://github.com/elastic/beats/compare/v8.8.1\...main[Check the HEAD diff] - The environment variable `BEATS_ADD_CLOUD_METADATA_PROVIDERS` overrides configured/default `add_cloud_metadata` providers {pull}38669[38669] - When running under Elastic-Agent Kafka output allows dynamic topic in `topic` field {pull}40415[40415] - The script processor has a new configuration option that only uses the cached javascript sessions and prevents the creation of new javascript sessions. -- Update to Go 1.22.10. {pull}42095[42095] - Replace Ubuntu 20.04 with 24.04 for Docker base images {issue}40743[40743] {pull}40942[40942] - Reduce memory consumption of k8s autodiscovery and the add_kubernetes_metadata processor when Deployment metadata is enabled -- Add `lowercase` processor. {issue}22254[22254] {pull}41424[41424] -- Add `uppercase` processor. {issue}22254[22254] {pull}41535[41535] -- Replace `compress/gzip` with https://github.com/klauspost/compress/gzip library for gzip compression {pull}41584[41584] -- Add regex pattern matching to add_kubernetes_metadata processor {pull}41903[41903] *Auditbeat* @@ -240,10 +222,6 @@ https://github.com/elastic/beats/compare/v8.8.1\...main[Check the HEAD diff] - Jounrald input now supports filtering by facilities {pull}41061[41061] - Add support for SSL and Proxy configurations for websoket type in streaming input. {pull}41934[41934] - Refactor & cleanup with updates to default values and documentation. {pull}41834[41834] -- Added support for retry configuration in GCS input. {issue}11580[11580] {pull}41862[41862] -- Added default values in the streaming input for websocket retries and put a cap on retry wait time to be lesser than equal to the maximum defined wait time. {pull}42012[42012] -- Added OAuth2 support with auto token refresh for websocket streaming input. {issue}41989[41989] {pull}42212[42212] -- Added infinite & blanket retry options to websockets and improved logging and retry logic. {pull}42225[42225] *Auditbeat* @@ -287,13 +265,6 @@ https://github.com/elastic/beats/compare/v8.8.1\...main[Check the HEAD diff] - Added Cisco Meraki module {pull}40836[40836] - Added Palo Alto Networks module {pull}40686[40686] - Restore docker.network.in.* and docker.network.out.* fields in docker module {pull}40968[40968] -- Add `id` field to all the vSphere metricsets. {pull}41097[41097] -- Bump aerospike-client-go to version v7.7.1 and add support for basic auth in Aerospike module {pull}41233[41233] -- Only watch metadata for ReplicaSets in metricbeat k8s module {pull}41289[41289] -- Add support for region/zone for Vertex AI service in GCP module {pull}41551[41551] -- Add support for location label as an optional configuration parameter in GCP metrics metricset. {issue}41550[41550] {pull}41626[41626] -- Added `tier_preference`, `creation_date` and `version` fields to the `elasticsearch.index` metricset. {pull}41944[41944] -- Add `use_performance_counters` to collect CPU metrics using performance counters on Windows for `system/cpu` and `system/core` {pull}41965[41965] *Metricbeat* @@ -321,7 +292,6 @@ https://github.com/elastic/beats/compare/v8.8.1\...main[Check the HEAD diff] *Filebeat* -- Removed `bucket_timeout` config option for GCS input and replaced bucket context with parent program context. {issue}41107[41107] {pull}41970[41970] *Heartbeat* @@ -363,6 +333,9 @@ https://github.com/elastic/beats/compare/v8.8.1\...main[Check the HEAD diff] + + + diff --git a/libbeat/docs/release.asciidoc b/libbeat/docs/release.asciidoc index f30719cc6e2d..b62e3d2fc032 100644 --- a/libbeat/docs/release.asciidoc +++ b/libbeat/docs/release.asciidoc @@ -8,6 +8,7 @@ This section summarizes the changes in each release. Also read <> for more detail about changes that affect upgrade. +* <> * <> * <> * <>