Skip to content

Commit 3c9c96a

Browse files
andresrcelasticmachinededemorton
authored
Forward port 7.13.2 changelog to 7.x (#26315)
* docs: Prepare Changelog for 7.13.2 (#26302) * docs: Close changelog for 7.13.2 * Cleanup Co-authored-by: Andres Rodriguez <andresrc@gmail.com> (cherry picked from commit 0075f76) * Edit 7.13.2 changelog (#26304) * Edit 7.13.2 changelog * Remove unneeded line Co-authored-by: Andres Rodriguez <andresrc@gmail.com> (cherry picked from commit 460ebf2) * Cleanup and fixes * More cleanup and fixes Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com> Co-authored-by: DeDe Morton <dede.morton@elastic.co>
1 parent 6a58065 commit 3c9c96a

3 files changed

Lines changed: 26 additions & 12 deletions

File tree

CHANGELOG.asciidoc

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,31 @@
33
:issue: https://github.com/elastic/beats/issues/
44
:pull: https://github.com/elastic/beats/pull/
55

6+
[[release-notes-7.13.2]]
7+
=== Beats version 7.13.2
8+
https://github.com/elastic/beats/compare/v7.13.1...v7.13.2[View commits]
9+
10+
==== Bugfixes
11+
12+
*Affecting all Beats*
13+
14+
- Fix ILM alias creation when write alias exists and initial index does not exist. {pull}26146[26146]
15+
- 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]
16+
- Fix ILM alias not being created if `setup.ilm.check_exists: false` and `setup.ilm.overwrite: true` has been configured. {pull}24480[24480]
17+
- Allow cgroup self-monitoring to see alternate `hostfs` paths. {pull}24334[24334]
18+
- Fix `make setup` instructions for a new Beat. {pull}24944[24944]
19+
- Fix out-of-date FreeBSD vagrantbox. {pull}25652[25652]
20+
- Fix handling of `file_selectors` in aws-s3 input. {pull}25792[25792]
21+
- Include date separator in the filename prefix of `dateRotator` to make sure nothing gets purged accidentally. {pull}26176[26176]
22+
23+
*Auditbeat*
24+
25+
- auditd: Fix kernel deadlock when netlink congestion causes "no buffer space available" errors. {issue}26031[26031] {pull}26032[26032]
26+
27+
*Filebeat*
28+
29+
- o365: Avoid mapping exception for `Parameters` and `ExtendedProperties` fields of string type. {pull}26164[26164]
30+
631
[[release-notes-7.13.1]]
732
=== Beats version 7.13.1
833
https://github.com/elastic/beats/compare/v7.13.0...v7.13.1[View commits]

CHANGELOG.next.asciidoc

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,6 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
159159
- Add service resource in k8s cluster role. {pull}20546[20546]
160160
- [Metricbeat][Kubernetes] Change cluster_ip field from ip to keyword. {pull}20571[20571]
161161
- The `o365input` and `o365` module now recover from an authentication problem or other fatal errors, instead of terminating. {pull}21258[21258]
162-
- Periodic metrics in logs will now report `libbeat.output.events.active` and `beat.memstats.rss`
163-
as gauges (rather than counters). {pull}22877[22877]
164162
- Use PROGRAMDATA environment variable instead of C:\ProgramData for windows install service {pull}22874[22874]
165163
- Fix reporting of cgroup metrics when running under Docker {pull}22879[22879]
166164
- Fix typo in config docs {pull}23185[23185]
@@ -169,20 +167,12 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
169167
- Fix panic due to unhandled DeletedFinalStateUnknown in k8s OnDelete {pull}23419[23419]
170168
- Fix error loop with runaway CPU use when the Kafka output encounters some connection errors {pull}23484[23484]
171169
- Allow configuring credential_profile_name and shared_credential_file when using role_arn. {pull}24174[24174]
172-
- 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]
173-
- Fix ILM alias not being created if `setup.ilm.check_exists: false` and `setup.ilm.overwrite: true` has been configured. {pull}24480[24480]
174-
- Allow cgroup self-monitoring to see alternate `hostfs` paths {pull}24334[24334]
175-
176170
- Add `expand_keys` to the list of permitted config fields for `decode_json_fields` {24862}[24862]
177-
- Fix 'make setup' instructions for a new beat {pull}24944[24944]
178171
- Fix discovery of short-living and failing pods in Kubernetes autodiscover {issue}22718[22718] {pull}24742[24742]
179172
- Fix panic when overwriting metadata {pull}24741[24741]
180173
- Fix role_arn to work with access keys for AWS. {pull}25446[25446]
181174
- Fix `community_id` processor so that ports greater than 65535 aren't valid. {pull}25409[25409]
182-
- Fix out of date FreeBSD vagrantbox. {pull}25652[25652]
183-
- Fix handling of `file_selectors` in aws-s3 input. {pull}25792[25792]
184175
- Fix ILM alias creation when write alias exists and initial index does not exist {pull}26143[26143]
185-
- Include date separator in the filename prefix of `dateRotator` to make sure nothing gets purged accidentally {pull}26176[26176]
186176
- In the script processor, the `decode_xml` and `decode_xml_wineventlog` processors are now available as `DecodeXML` and `DecodeXMLWineventlog` respectively.
187177

188178
*Auditbeat*
@@ -205,7 +195,6 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
205195
- system/socket: Fixed start failure when run under config reloader. {issue}20851[20851] {pull}21693[21693]
206196
- system/socket: Having some CPUs unavailable to Auditbeat could cause startup errors or event loss. {pull}22827[22827]
207197
- Note incompatibility of system/socket on ARM. {pull}23381[23381]
208-
- auditd: Fix kernel deadlock when netlink congestion causes "no buffer space available" errors. {issue}26031[26031] {pull}26032[26032]
209198

210199
*Filebeat*
211200

@@ -310,7 +299,6 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
310299
- Fix incorrect field name appending to `related.hash` in `threatintel.abusechmalware` ingest pipeline. {issue}25151[25151] {pull}25674[25674]
311300
- Add improvements to the azure activitylogs and platformlogs ingest pipelines. {pull}26148[26148]
312301
- Fix `kibana.log` pipeline when `event.duration` calculation becomes a Long. {issue}24556[24556] {pull}25675[25675]
313-
- o365: Avoid mapping exception for `Parameters` and `ExtendedProperties` fields of string type. {pull}26164[26164]
314302

315303
*Heartbeat*
316304

libbeat/docs/release.asciidoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ This section summarizes the changes in each release. Also read
88
<<breaking-changes>> for more detail about changes that affect
99
upgrade.
1010

11+
* <<release-notes-7.13.2>>
1112
* <<release-notes-7.13.1>>
1213
* <<release-notes-7.13.0>>
1314
* <<release-notes-7.12.1>>

0 commit comments

Comments
 (0)