From c970172946623d95f7ef4bf3f5f42908cee26ffb Mon Sep 17 00:00:00 2001 From: Andres Rodriguez Date: Wed, 7 Jul 2021 12:49:52 +0200 Subject: [PATCH 1/2] Forward port changelog for 7.13.3 (#26731) to 7.14 (#26744) (#26752) * docs: Prepare Changelog for 7.13.3 (#26731) * docs: Close changelog for 7.13.3 * Cleanup and review * Fix sections Co-authored-by: Andres Rodriguez (cherry picked from commit ccac446815fca091af8e944f33f0cf66aa1a9e00) * Cleanup Co-authored-by: Elastic Machine (cherry picked from commit 731003165bfdbb29c8dacc981eb94884db9c69a9) (cherry picked from commit 289c78f694bcbcccd413e3652f0ab9e8229637fc) --- CHANGELOG.asciidoc | 13 +++++++++++++ CHANGELOG.next.asciidoc | 3 --- libbeat/docs/release.asciidoc | 1 + 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index 6dcabc51bab8..90cf053b4f89 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -3,6 +3,19 @@ :issue: https://github.com/elastic/beats/issues/ :pull: https://github.com/elastic/beats/pull/ +[[release-notes-7.13.3]] +=== Beats version 7.13.3 +https://github.com/elastic/beats/compare/v7.13.2...v7.13.3[View commits] + +==== Bugfixes + +*Filebeat* + +- Fix bug in aws-s3 input where the end of gzipped log files might have been discarded. {pull}26260[26260] +- Clone value when copy fields in processors to avoid crash. {issue}19206[19206] {pull}20500[20500] +- Fix bug in `httpjson` that prevented `first_event` getting updated. {pull}26407[26407] +- Fix bug in the Syslog input that misparsed rfc5424 days starting with 0. {pull}26419[26419] + [[release-notes-7.13.2]] === Beats version 7.13.2 https://github.com/elastic/beats/compare/v7.13.1...v7.13.2[View commits] diff --git a/CHANGELOG.next.asciidoc b/CHANGELOG.next.asciidoc index 23f9a7c61a2a..9021ce837d02 100644 --- a/CHANGELOG.next.asciidoc +++ b/CHANGELOG.next.asciidoc @@ -279,9 +279,6 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d - Fix CredentialsJSON unpacking for `gcp-pubsub` and `httpjson` inputs. {pull}23277[23277] - Fix issue with m365_defender, when parsing incidents that has no alerts attached: {pull}25421[25421] - Fix default config template values for paths on oracle module: {pull}26276[26276] -- Fix bug in aws-s3 input where the end of gzipped log files might have been discarded. {pull}26260[26260] -- Fix bug in `httpjson` that prevented `first_event` getting updated. {pull}26407[26407] -- Fix bug in the Syslog input that misparsed rfc5424 days starting with 0. {pull}26419[26419] - Do not close filestream harvester if an unexpected error is returned when close.on_state_change.* is enabled. {pull}26411[26411] - Fix Elasticsearch compatibility for modules that use `copy_from` in `set` processors. {issue}26629[26629] diff --git a/libbeat/docs/release.asciidoc b/libbeat/docs/release.asciidoc index 52b41d8f70d4..782560de49a5 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. +* <> * <> * <> * <> From 37452c2fbe38eca97a342a1d2d1d841cd58d20ce Mon Sep 17 00:00:00 2001 From: Andres Rodriguez Date: Wed, 7 Jul 2021 12:53:14 +0200 Subject: [PATCH 2/2] Cleanup --- CHANGELOG.next.asciidoc | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.next.asciidoc b/CHANGELOG.next.asciidoc index 9021ce837d02..a5017b0d4475 100644 --- a/CHANGELOG.next.asciidoc +++ b/CHANGELOG.next.asciidoc @@ -349,7 +349,6 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d - Fix mapping exception in the `googlecloud/audit` dataset pipeline. {issue}18465[18465] {pull}20465[20465] - Fix `cisco` asa and ftd parsing of messages 106102 and 106103. {pull}20469[20469] - Fix event.kind for system/syslog pipeline {issue}20365[20365] {pull}20390[20390] -- Clone value when copy fields in processors to avoid crash. {issue}19206[19206] {pull}20500[20500] - Fix event.type for zeek/ssl and duplicate event.category for zeek/connection {pull}20696[20696] - Fix long registry migration times. {pull}20717[20717] {issue}20705[20705] - Fix event types and categories in auditd module to comply with ECS {pull}20652[20652]