From 289c78f694bcbcccd413e3652f0ab9e8229637fc Mon Sep 17 00:00:00 2001 From: Andres Rodriguez Date: Wed, 7 Jul 2021 12:49:52 +0200 Subject: [PATCH] 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) --- CHANGELOG.asciidoc | 13 +++++++++++++ CHANGELOG.next.asciidoc | 4 ---- libbeat/docs/release.asciidoc | 1 + 3 files changed, 14 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index 0ca59be24d0..01f356c323a 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 91ff0cd53cb..b0d5f4c707a 100644 --- a/CHANGELOG.next.asciidoc +++ b/CHANGELOG.next.asciidoc @@ -223,9 +223,6 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d - Fix issue with m365_defender, when parsing incidents that has no alerts attached: {pull}25421[25421] - Improve inode reuse handling by removing state for removed files more eagerly from the internal state table in the logs inputs. {pull}25756[25756] - 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] *Filebeat* @@ -311,7 +308,6 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d - Fix incorrect field name appending to `related.hash` in `threatintel.abusechmalware` ingest pipeline. {issue}25151[25151] {pull}25674[25674] - Add improvements to the azure activitylogs and platformlogs ingest pipelines. {pull}26148[26148] - Fix `kibana.log` pipeline when `event.duration` calculation becomes a Long. {issue}24556[24556] {pull}25675[25675] -- Clone value when copy fields in processors to avoid crash. {issue}19206[19206] {pull}20500[20500] - Removed incorrect `http.request.referrer` field from `aws.elb` module. {issue}26435[26435] {pull}26441[26441] - Fix `threatintel.indicator.url.full` not being populated. {issue}26351[26351] {pull}26508[26508] - Fix Elasticsearch compatibility for modules that use `type: ip` with `convert` processors. {issue}26629[26629] {pull}26676[26676] diff --git a/libbeat/docs/release.asciidoc b/libbeat/docs/release.asciidoc index 52b41d8f70d..782560de49a 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. +* <> * <> * <> * <>