From 238420a87de294670b42441eb1e6ee6bef9932d0 Mon Sep 17 00:00:00 2001 From: "elastic-vault-github-plugin-prod[bot]" <150874479+elastic-vault-github-plugin-prod[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 12:30:07 +0000 Subject: [PATCH] docs: Prepare Changelog for 8.15.2 (#40982) * docs: Close changelog for 8.15.2 * Update CHANGELOG.asciidoc * Apply suggestions from code review Co-authored-by: David Kilfoyle <41695641+kilfoyle@users.noreply.github.com> --------- Co-authored-by: elasticmachine Co-authored-by: Pierre HILBERT Co-authored-by: David Kilfoyle <41695641+kilfoyle@users.noreply.github.com> (cherry picked from commit 83effecb686ba23c00514bc8097934d24430f08a) # Conflicts: # CHANGELOG.asciidoc --- CHANGELOG.asciidoc | 43 +++++++++++++++++++++++++++++++++++ CHANGELOG.next.asciidoc | 5 ++-- libbeat/docs/release.asciidoc | 1 + 3 files changed, 47 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index 254b1a59063..26530504744 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -5,6 +5,7 @@ [[release-notes-8.15.2]] === Beats version 8.15.2 +<<<<<<< HEAD https://github.com/elastic/beats/compare/v8.15.0\...v8.15.2[View commits] ==== Breaking changes @@ -12,6 +13,48 @@ https://github.com/elastic/beats/compare/v8.15.0\...v8.15.2[View commits] *Metricbeat* - Add GCP organization and project details to ECS cloud fields. {pull}40461[40461] +======= +https://github.com/elastic/beats/compare/v8.15.1\...v8.15.2[View commits] + +==== Bugfixes + +*Filebeat* + +- 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] + +*Metricbeat* + +- Add AWS OwningAccount support for cross account monitoring. {issue}40570[40570] {pull}40691[40691] +- Add missing ECS Cloud fields in GCP `metrics` metricset when using `exclude_labels: true`. {issue}40437[40437] {pull}40467[40467] + +==== Added + +*Affecting all Beats* + +- 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. + +*Metricbeat* + +- Add new metrics for the vSphere Host metricset. {pull}40429[40429] +- Add new metrics for the vSphere Datastore metricset. {pull}40441[40441] +- Add metrics for the vSphere Virtualmachine metricset. {pull}40485[40485] +- Add new metricset network for the vSphere module. {pull}40559[40559] +- Add new metricset cluster for the vSphere module. {pull}40536[40536] +- Add new metricset resourcepool for the vSphere module. {pull}40456[40456] +- Add new metricset datastorecluster for vSphere module. {pull}40634[40634] +- Add support for snapshot in vSphere virtualmachine metricset. {pull}40683[40683] +- Add support for new metrics in datastorecluster metricset. {pull}40694[40694] +- Update fields to use mapstr in vSphere virtualmachine metricset. {pull}40707[40707] +- Add metrics related to triggered alarms in all the vSphere metricsets. {pull}40714[40714] {pull}40876[40876] +- Add support for period based intervalID in vSphere host and datastore metricsets. {pull}40678[40678] +- Add new metrics for datastore and minor changes to overall vSphere metrics. {pull}40766[40766] +- Log the total time taken for GCP `ListTimeSeries` and `AggregatedList` requests. {pull}40661[40661] +- Added Cisco Meraki module. {pull}40836[40836] +- Added Palo Alto Networks module. {pull}40686[40686] + +>>>>>>> 83effecb68 (docs: Prepare Changelog for 8.15.2 (#40982)) [[release-notes-8.15.1]] === Beats version 8.15.1 diff --git a/CHANGELOG.next.asciidoc b/CHANGELOG.next.asciidoc index 3b867d6bd50..f51c0d9713c 100644 --- a/CHANGELOG.next.asciidoc +++ b/CHANGELOG.next.asciidoc @@ -222,8 +222,6 @@ https://github.com/elastic/beats/compare/v8.8.1\...main[Check the HEAD diff] - elasticsearch output now supports `idle_connection_timeout`. {issue}35616[35615] {pull}36843[36843] - Enable early event encoding in the Elasticsearch output, improving cpu and memory use {pull}38572[38572] - 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. *Auditbeat* @@ -404,3 +402,6 @@ 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 ae01beb5c4f..0c661bb9397 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. +* <> * <> * <> * <>