From 7f41ce048273a212ca21ff835ae63f25e1a557aa Mon Sep 17 00:00:00 2001 From: Andres Rodriguez Date: Tue, 20 Jul 2021 09:52:16 +0200 Subject: [PATCH] Forward port 7.13.4 to master (#26971) * Forward port 7.13.4 changelog to 7.x (#26965) * Forward Port 7.13.4 changelog to 7.14 (#26961) * docs: Prepare Changelog for 7.13.4 (#26958) * docs: Close changelog for 7.13.4 * Remove entry that did not make the BC * Remove empty section * Reduce diff * Update CHANGELOG.asciidoc Co-authored-by: Brandon Morelli Co-authored-by: Andres Rodriguez Co-authored-by: Andres Rodriguez Co-authored-by: Brandon Morelli (cherry picked from commit d828f98c9763408bfb4c93b85d4136460ea674de) * Remove entries Co-authored-by: Elastic Machine (cherry picked from commit ef0ccba822f644dbaf21290c886aea8cfb163185) * Cleanup (cherry picked from commit 59146531bede335a1572768539d70cc0607411cf) * Cleanup --- CHANGELOG.asciidoc | 21 +++++++++++++++++++++ CHANGELOG.next.asciidoc | 5 ----- libbeat/docs/release.asciidoc | 1 + 3 files changed, 22 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index 90cf053b4f8..2be377c118f 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -3,6 +3,27 @@ :issue: https://github.com/elastic/beats/issues/ :pull: https://github.com/elastic/beats/pull/ +[[release-notes-7.13.4]] +=== Beats version 7.13.4 +https://github.com/elastic/beats/compare/v7.13.3...v7.13.4[View commits] + +==== Bugfixes + +*Affecting all Beats* + +- Fix `add_process_metadata` processor complaining about valid pid fields not being valid integers. {pull}26829[26829] {issue}26830[26830] + +*Auditbeat* + +- Do not close filestream harvester if an unexpected error is returned when `close.on_state_change.*` is enabled. {pull}26411[26411] + +*Filebeat* + +- Fix Elasticsearch compatibility for modules that use `type: ip` with `convert` processors. {issue}26629[26629] {pull}26676[26676] +- Fix Elasticsearch compatibility for modules that use the `network_direction` processor. {issue}26629[26629] {pull}26676[26676] +- Fix Elasticsearch compatibility for modules that use the `registered_domain` processor. {issue}26629[26629] {pull}26676[26676] + + [[release-notes-7.13.3]] === Beats version 7.13.3 https://github.com/elastic/beats/compare/v7.13.2...v7.13.3[View commits] diff --git a/CHANGELOG.next.asciidoc b/CHANGELOG.next.asciidoc index 64ff05d8f4a..ada51a325e5 100644 --- a/CHANGELOG.next.asciidoc +++ b/CHANGELOG.next.asciidoc @@ -245,7 +245,6 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d - Omit full index template from errors that occur while loading the template. {pull}25743[25743] - In the script processor, the `decode_xml` and `decode_xml_wineventlog` processors are now available as `DecodeXML` and `DecodeXMLWineventlog` respectively. - Fix encoding errors when using the disk queue on nested data with multi-byte characters {pull}26484[26484] -- Fix `add_process_metadata` processor complaining about valid pid fields not being valid integers. {pull}26829[26829] {issue}26830[26830] *Auditbeat* @@ -284,7 +283,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] -- 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] - Change type of max_bytes in all configs to be cfgtype.ByteSize {pull}26699[26699] @@ -396,9 +394,6 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d - Fix `kibana.log` pipeline when `event.duration` calculation becomes a Long. {issue}24556[24556] {pull}25675[25675] - 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] -- Fix Elasticsearch compatibility for modules that use the `network_direction` processor. {issue}26629[26629] {pull}26676[26676] -- Fix Elasticsearch compatibility for modules that use the `registered_domain` processor. {issue}26629[26629] {pull}26676[26676] - Fix Suricata metadata fields breaking visualizations, moved out of flattened datatype. {pull}26710[26710] - Fix `httpjson` template data key for `url.params`. {pull}26848[26848] - Cisco asa/ftd: Fix reversed usage of observer ingress and egress interfaces. {pull}26265[26265] diff --git a/libbeat/docs/release.asciidoc b/libbeat/docs/release.asciidoc index 782560de49a..027d737a888 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. +* <> * <> * <> * <>