diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index d7d671a95e91..bfd7628c3b8f 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -3,6 +3,21 @@ :issue: https://github.com/elastic/beats/issues/ :pull: https://github.com/elastic/beats/pull/ +[[release-notes-8.13.1]] +=== Beats version 8.13.1 +https://github.com/elastic/beats/compare/v8.13.0\...v8.13.1[View commits] + +==== Bugfixes + +*Filebeat* + +- Fix Filebeat GCS input panic. {pull}38407[38407] + +*Heartbeat* + +- Reset prctl dumpable flag after cap drop. {pull}38269[38269] + + [[release-notes-8.13.0]] === Beats version 8.13.0 https://github.com/elastic/beats/compare/v8.12.2\...v8.13.0[View commits] diff --git a/CHANGELOG.next.asciidoc b/CHANGELOG.next.asciidoc index daf34b125c6a..4ecb1a9827db 100644 --- a/CHANGELOG.next.asciidoc +++ b/CHANGELOG.next.asciidoc @@ -71,11 +71,9 @@ https://github.com/elastic/beats/compare/v8.8.1\...main[Check the HEAD diff] - Fix handling of Juniper SRX structured data when there is no leading junos element. {issue}36270[36270] {pull}36308[36308] - Fix Filebeat Cisco module with missing escape character {issue}36325[36325] {pull}36326[36326] - Added a fix for Crowdstrike pipeline handling process arrays {pull}36496[36496] -- Fix filebeat gcs input panic {pull}38407[38407] *Heartbeat* -- Reset prctl dumpable flag after cap drop. {pull}38269[38269] - Fix reference yaml format. {pull}38584[38584] *Metricbeat* @@ -100,12 +98,10 @@ https://github.com/elastic/beats/compare/v8.8.1\...main[Check the HEAD diff] - Added append Processor which will append concrete values or values from a field to target. {issue}29934[29934] {pull}33364[33364] - dns processor: Add support for forward lookups (`A`, `AAAA`, and `TXT`). {issue}11416[11416] {pull}36394[36394] - [Enhanncement for host.ip and host.mac] Disabling netinfo.enabled option of add-host-metadata processor {pull}36506[36506] -Setting environmental variable ELASTIC_NETINFO:false in Elastic Agent pod will disable the netinfo.enabled option of add_host_metadata processor - allow `queue` configuration settings to be set under the output. {issue}35615[35615] {pull}36788[36788] - Beats will now connect to older Elasticsearch instances by default {pull}36884[36884] - Raise up logging level to warning when attempting to configure beats with unknown fields from autodiscovered events/environments - elasticsearch output now supports `idle_connection_timeout`. {issue}35616[35615] {pull}36843[36843] -Setting environmental variable ELASTIC_NETINFO:false in Elastic Agent pod will disable the netinfo.enabled option of add_host_metadata processor *Auditbeat* @@ -256,6 +252,9 @@ Setting environmental variable ELASTIC_NETINFO:false in Elastic Agent pod will d + + + diff --git a/libbeat/docs/release.asciidoc b/libbeat/docs/release.asciidoc index f62acc92d5d4..3b28359b01d1 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. +* <> * <> * <> * <>