diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index 1c9800ab4a5..a76d27e81ff 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -3,6 +3,32 @@ :issue: https://github.com/elastic/beats/issues/ :pull: https://github.com/elastic/beats/pull/ +[[release-notes-7.13.2]] +=== Beats version 7.13.2 +https://github.com/elastic/beats/compare/v7.13.1...v7.13.2[View commits] + +==== Bugfixes + +*Affecting all Beats* + +- Fix ILM alias creation when write alias exists and initial index does not exist {pull}26143[26143] +- Add FAQ entry for madvdontneed variable {pull}23429[23429] +- Fix ILM setup log reporting that a policy or an alias was created, even though the creation of any resource was disabled. {issue}24046[24046] {pull}24480[24480] +- Fix ILM alias not being created if `setup.ilm.check_exists: false` and `setup.ilm.overwrite: true` has been configured. {pull}24480[24480] +- Allow cgroup self-monitoring to see alternate `hostfs` paths {pull}24334[24334] +- Fix 'make setup' instructions for a new beat {pull}24944[24944] +- Fix out of date FreeBSD vagrantbox. {pull}25652[25652] +- Fix handling of `file_selectors` in aws-s3 input. {pull}25792[25792] +- Include date separator in the filename prefix of `dateRotator` to make sure nothing gets purged accidentally {pull}26176[26176] + +*Auditbeat* + +- auditd: Fix kernel deadlock when netlink congestion causes "no buffer space available" errors. {issue}26031[26031] {pull}26032[26032] + +*Filebeat* + +- o365: Avoid mapping exception for `Parameters` and `ExtendedProperties` fields of string type. {pull}26164[26164] + [[release-notes-7.13.1]] === Beats version 7.13.1 https://github.com/elastic/beats/compare/v7.13.0...v7.13.1[View commits] diff --git a/CHANGELOG.next.asciidoc b/CHANGELOG.next.asciidoc index 058635f721a..4b1e5f1150c 100644 --- a/CHANGELOG.next.asciidoc +++ b/CHANGELOG.next.asciidoc @@ -110,23 +110,7 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d - Add service resource in k8s cluster role. {pull}20546[20546] - [Metricbeat][Kubernetes] Change cluster_ip field from ip to keyword. {pull}20571[20571] - The `o365input` and `o365` module now recover from an authentication problem or other fatal errors, instead of terminating. {pull}21258[21258] -- Periodic metrics in logs will now report `libbeat.output.events.active` and `beat.memstats.rss` - as gauges (rather than counters). {pull}22877[22877] -- Fix ILM alias creation when write alias exists and initial index does not exist {pull}26143[26143] -- Use PROGRAMDATA environment variable instead of C:\ProgramData for windows install service {pull}22874[22874] -- Fix reporting of cgroup metrics when running under Docker {pull}22879[22879] -- Fix typo in config docs {pull}23185[23185] -- Add FAQ entry for madvdontneed variable {pull}23429[23429] -- Fix panic due to unhandled DeletedFinalStateUnknown in k8s OnDelete {pull}23419[23419] -- Fix error loop with runaway CPU use when the Kafka output encounters some connection errors {pull}23484[23484] -- Fix ILM setup log reporting that a policy or an alias was created, even though the creation of any resource was disabled. {issue}24046[24046] {pull}24480[24480] -- Fix ILM alias not being created if `setup.ilm.check_exists: false` and `setup.ilm.overwrite: true` has been configured. {pull}24480[24480] -- Fix issue discovering docker containers and metadata after reconnections {pull}24318[24318] -- Allow cgroup self-monitoring to see alternate `hostfs` paths {pull}24334[24334] -- Fix 'make setup' instructions for a new beat {pull}24944[24944] -- Fix out of date FreeBSD vagrantbox. {pull}25652[25652] -- Fix handling of `file_selectors` in aws-s3 input. {pull}25792[25792] -- Include date separator in the filename prefix of `dateRotator` to make sure nothing gets purged accidentally {pull}26176[26176] +- Periodic metrics in logs will now report `libbeat.output.events.active` and `beat.memstats.rss` as gauges (rather than counters). {pull}22877[22877] *Auditbeat* @@ -136,7 +120,6 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d - system/package: Fix an error that can occur while trying to persist package metadata. {issue}18536[18536] {pull}18887[18887] - system/socket: Fix dataset using 100% CPU and becoming unresponsive in some scenarios. {pull}19033[19033] {pull}19764[19764] - system/socket: Fixed tracking of long-running connections. {pull}19033[19033] -- auditd: Fix kernel deadlock when netlink congestion causes "no buffer space available" errors. {issue}26031[26031] {pull}26032[26032] *Filebeat* @@ -184,7 +167,6 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d - Fix event.type for zeek/ssl and duplicate event.category for zeek/connection {pull}20696[20696] - 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] -- o365: Avoid mapping exception for `Parameters` and `ExtendedProperties` fields of string type. {pull}26164[26164] *Heartbeat* @@ -496,3 +478,6 @@ 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 4f64129c83f..d9a463d32d5 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. +* <> * <> * <> * <>