From 48722e518e67f0320b29def543694a9d29b3228f Mon Sep 17 00:00:00 2001 From: Andres Rodriguez Date: Fri, 19 Mar 2021 17:25:04 +0100 Subject: [PATCH] Forward-port 7.11.2 changelog to 7.x (#24450) (#24655) * docs: Prepare Changelog for 7.11.2 (#24437) * docs: Close changelog for 7.11.2 * Remove empty sections. Fix breaking change entry Co-authored-by: Andres Rodriguez (cherry picked from commit 01930e9f9b09c281bf3798e9c477e8f40770f243) * Fix changelog.next Co-authored-by: Elastic Machine (cherry picked from commit 79b941a737494dfb3abfed525d9e9253340c13a6) --- CHANGELOG.asciidoc | 20 ++++++++++++++++++++ CHANGELOG.next.asciidoc | 5 +---- libbeat/docs/release.asciidoc | 1 + 3 files changed, 22 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index 0d1ea0d2ebee..51c0f1f8aea3 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -3,6 +3,26 @@ :issue: https://github.com/elastic/beats/issues/ :pull: https://github.com/elastic/beats/pull/ +[[release-notes-7.11.2]] +=== Beats version 7.11.2 +https://github.com/elastic/beats/compare/v7.11.1...v7.11.2[View commits] + +==== Bugfixes + +*Affecting all Beats* + +- Fix issue discovering docker containers and metadata after reconnections {pull}24318[24318] + +*Filebeat* + +- Fix Okta default date formatting. {issue}24018[24018] {pull}24025[24025] +- Fix aws/vpcflow generating errors for empty logs or unidentified formats. {pull}24167[24167] +- Add `nodes` to filebeat-kubernetes.yaml ClusterRole. {issue}24051[24051] {pull}24052[24052] + +*Metricbeat* + +- Add check for iis/application_pool metricset for nil worker process id values. {issue}23605[23605] {pull}23647[23647] + [[release-notes-7.11.1]] === Beats version 7.11.1 https://github.com/elastic/beats/compare/v7.11.0...v7.11.1[View commits] diff --git a/CHANGELOG.next.asciidoc b/CHANGELOG.next.asciidoc index eda9e956a018..a4c6df454a05 100644 --- a/CHANGELOG.next.asciidoc +++ b/CHANGELOG.next.asciidoc @@ -48,7 +48,6 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d - Fix parsing issues with nested JSON payloads in Elasticsearch audit log fileset. {pull}22975[22975] - Rename `network.direction` values in crowdstrike/falcon to `ingress`/`egress`. {pull}23041[23041] - Rename `s3` input to `aws-s3` input. {pull}23469[23469] -- Add `nodes` to filebeat-kubernetes.yaml ClusterRole. {issue}24051[24051] {pull}24052[24052] *Heartbeat* - Adds negative body match. {pull}20728[20728] @@ -145,6 +144,7 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d - Fix panic due to unhandled DeletedFinalStateUnknown in k8s OnDelete {pull}23419[23419] - Fix error loop with runaway CPU use when the Kafka output encounters some connection errors {pull}23484[23484] - Fix issue discovering docker containers and metadata after reconnections {pull}24318[24318] +- Allow configuring credential_profile_name and shared_credential_file when using role_arn. {pull}24174[24174] *Auditbeat* @@ -245,11 +245,9 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d - Fix handling of ModifiedProperties field in Office 365. {pull}23777[23777] - Use rfc6587 framing for fortinet firewall and clientendpoint filesets when transferring over tcp. {pull}23837[23837] - Fix httpjson input logging so it doesn't conflict with ECS. {pull}23972[23972] -- Fix Okta default date formatting. {issue}24018[24018] {pull}24025[24025] - Fix Logstash module handling of logstash.log.log_event.action field. {issue}20709[20709] - aws/s3access dataset was populating event.duration using the wrong unit. {pull}23920[23920] - Zoom module pipeline failed to ingest some chat_channel events. {pull}23904[23904] -- Fix aws/vpcflow generating errors for empty logs or unidentified formats. {pull}24167[24167] - Fix Netlow module issue with missing `internal_networks` config parameter. {issue}24094[24094] {pull}24110[24110] - in httpjson input using encode_as "application/x-www-form-urlencoded" now sets Content-Type correctly {issue}24331[24331] {pull}24336[24336] - Fix default `scope` in `add_nomad_metadata`. {issue}24559[24559] @@ -326,7 +324,6 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d - Update config in `windows.yml` file. {issue}23027[23027]{pull}23327[23327] - Add stack monitoring section to elasticsearch module documentation {pull}#23286[23286] - Fix metric grouping for windows/perfmon module {issue}23489[23489] {pull}23505[23505] -- Add check for iis/application_pool metricset for nil worker process id values. {issue}23605[23605] {pull}23647[23647] - Fix ec2 metricset fields.yml and the integration test {pull}23726[23726] - Unskip s3_request integration test. {pull}23887[23887] - Add system.hostfs configuration option for system module. {pull}23831[23831] diff --git a/libbeat/docs/release.asciidoc b/libbeat/docs/release.asciidoc index b84a4aa0ae91..7c6f3aa2a164 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. +* <> * <> * <> * <>