From 1a3e2cbcd72379a36a6918ccc5472c0e3b238f76 Mon Sep 17 00:00:00 2001 From: Elastic Machine Date: Fri, 17 Sep 2021 00:21:56 +1000 Subject: [PATCH 1/2] docs: Prepare Changelog for 7.14.2 (#27953) * docs: Close changelog for 7.14.2 * Clean up * Update CHANGELOG.asciidoc Co-authored-by: EamonnTP Co-authored-by: Andres Rodriguez Co-authored-by: Andres Rodriguez Co-authored-by: EamonnTP (cherry picked from commit 8a94abc50299271d88077c90812d281ab77bf51c) --- CHANGELOG.asciidoc | 12 ++++++++++++ CHANGELOG.next.asciidoc | 9 ++++++--- libbeat/docs/release.asciidoc | 1 + 3 files changed, 19 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index 4172717592a6..8677e25cfb98 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -3,6 +3,18 @@ :issue: https://github.com/elastic/beats/issues/ :pull: https://github.com/elastic/beats/pull/ +[[release-notes-7.14.2]] +=== Beats version 7.14.2 +https://github.com/elastic/beats/compare/v7.14.1...v7.14.2[View commits] + +==== Bugfixes + +*Filebeat* + +- Auditd module: Fix the top exec commands dashboard visualization. {pull}27638[27638] +- Store offset in `log.offset` field of events from the filestream input. {pull}27688[27688] +- Fix `httpjson` input rate limit processing and documentation. {pull}27739[27739] + [[release-notes-7.14.1]] === Beats version 7.14.1 https://github.com/elastic/beats/compare/v7.14.0...v7.14.1[View commits] diff --git a/CHANGELOG.next.asciidoc b/CHANGELOG.next.asciidoc index b432637aa1d7..542aa66750ba 100644 --- a/CHANGELOG.next.asciidoc +++ b/CHANGELOG.next.asciidoc @@ -193,9 +193,6 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d - Add json body check for sqs message. {pull}21727[21727] - Drop aws.vpcflow.pkt_srcaddr and aws.vpcflow.pkt_dstaddr when equal to "-". {pull}22721[22721] {issue}22716[22716] - Improve Cisco ASA/FTD parsing of messages - better support for identity FW messages. Change network.bytes, source.bytes, and destination.bytes to long from integer since value can exceed integer capacity. Add descriptions for various processors for easier pipeline editing in Kibana UI. {pull}23766[23766] -- Convert the o365 module's `client.port` and `source.port` to numbers (from strings) in events. {pull}22939[22939] -- Fix gcp/vpcflow module error where input type was defaulting to file. {pull}24719[24719] -- Fix s3 input when there is a blank line in the log file. {pull}25357[25357] - Fixes the Snyk module to work with the new API changes. {pull}27358[27358] - Fixes a bug in `http_endpoint` that caused numbers encoded as strings. {issue}27382[27382] {pull}27480[27480] - Auditd: Fix Top Exec Commands dashboard visualization. {pull}27638[27638] @@ -525,3 +522,9 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d ==== Known Issue *Journalbeat* + + + + + + diff --git a/libbeat/docs/release.asciidoc b/libbeat/docs/release.asciidoc index bca50387f800..d93048f26cf1 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 f54daa6dea5def8e2f9e088625eb73e2b9a634d8 Mon Sep 17 00:00:00 2001 From: Andres Rodriguez Date: Thu, 16 Sep 2021 16:50:39 +0200 Subject: [PATCH 2/2] Remove additional lines --- CHANGELOG.next.asciidoc | 9 --------- 1 file changed, 9 deletions(-) diff --git a/CHANGELOG.next.asciidoc b/CHANGELOG.next.asciidoc index 542aa66750ba..13664d866e01 100644 --- a/CHANGELOG.next.asciidoc +++ b/CHANGELOG.next.asciidoc @@ -195,9 +195,6 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d - Improve Cisco ASA/FTD parsing of messages - better support for identity FW messages. Change network.bytes, source.bytes, and destination.bytes to long from integer since value can exceed integer capacity. Add descriptions for various processors for easier pipeline editing in Kibana UI. {pull}23766[23766] - Fixes the Snyk module to work with the new API changes. {pull}27358[27358] - Fixes a bug in `http_endpoint` that caused numbers encoded as strings. {issue}27382[27382] {pull}27480[27480] -- Auditd: Fix Top Exec Commands dashboard visualization. {pull}27638[27638] -- Store offset in `log.offset` field of events from the filestream input. {pull}27688[27688] -- Fix `httpjson` input rate limit processing and documentation. {pull}[] - Update Filebeat compatibility function to remove processor description field on ES < 7.9.0 {pull}27774[27774] - Make filestream events ECS compliant. {issue}27776[27776] @@ -522,9 +519,3 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d ==== Known Issue *Journalbeat* - - - - - -