Skip to content

Commit ef0ccba

Browse files
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 <brandon.morelli@elastic.co> Co-authored-by: Andres Rodriguez <andresrc@gmail.com> Co-authored-by: Andres Rodriguez <andres.rodriguez@elastic.co> Co-authored-by: Brandon Morelli <brandon.morelli@elastic.co> (cherry picked from commit d828f98) * Remove entries Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
1 parent b9ccaeb commit ef0ccba

3 files changed

Lines changed: 22 additions & 5 deletions

File tree

CHANGELOG.asciidoc

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

6+
[[release-notes-7.13.4]]
7+
=== Beats version 7.13.4
8+
https://github.com/elastic/beats/compare/v7.13.3...v7.13.4[View commits]
9+
10+
==== Bugfixes
11+
12+
*Affecting all Beats*
13+
14+
- Fix `add_process_metadata` processor complaining about valid pid fields not being valid integers. {pull}26829[26829] {issue}26830[26830]
15+
16+
*Auditbeat*
17+
18+
- Do not close filestream harvester if an unexpected error is returned when `close.on_state_change.*` is enabled. {pull}26411[26411]
19+
20+
*Filebeat*
21+
22+
- Fix Elasticsearch compatibility for modules that use `type: ip` with `convert` processors. {issue}26629[26629] {pull}26676[26676]
23+
- Fix Elasticsearch compatibility for modules that use the `network_direction` processor. {issue}26629[26629] {pull}26676[26676]
24+
- Fix Elasticsearch compatibility for modules that use the `registered_domain` processor. {issue}26629[26629] {pull}26676[26676]
25+
26+
627
[[release-notes-7.13.3]]
728
=== Beats version 7.13.3
829
https://github.com/elastic/beats/compare/v7.13.2...v7.13.3[View commits]

CHANGELOG.next.asciidoc

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,6 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
179179
- Omit full index template from errors that occur while loading the template. {pull}25743[25743]
180180
- In the script processor, the `decode_xml` and `decode_xml_wineventlog` processors are now available as `DecodeXML` and `DecodeXMLWineventlog` respectively.
181181
- Fix encoding errors when using the disk queue on nested data with multi-byte characters {pull}26484[26484]
182-
- Fix `add_process_metadata` processor complaining about valid pid fields not being valid integers. {pull}26829[26829] {issue}26830[26830]
183182

184183
*Auditbeat*
185184

@@ -221,7 +220,6 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
221220
- Fix issue with m365_defender, when parsing incidents that has no alerts attached: {pull}25421[25421]
222221
- Improve inode reuse handling by removing state for removed files more eagerly from the internal state table in the logs inputs. {pull}25756[25756]
223222
- Fix default config template values for paths on oracle module: {pull}26276[26276]
224-
- Do not close filestream harvester if an unexpected error is returned when close.on_state_change.* is enabled. {pull}26411[26411]
225223
- Fix Elasticsearch compatibility for modules that use `copy_from` in `set` processors. {issue}26629[26629]
226224
- Change type of max_bytes in all configs to be cfgtype.ByteSize {pull}26699[26699]
227225

@@ -310,9 +308,6 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
310308
- Fix `kibana.log` pipeline when `event.duration` calculation becomes a Long. {issue}24556[24556] {pull}25675[25675]
311309
- Removed incorrect `http.request.referrer` field from `aws.elb` module. {issue}26435[26435] {pull}26441[26441]
312310
- Fix `threatintel.indicator.url.full` not being populated. {issue}26351[26351] {pull}26508[26508]
313-
- Fix Elasticsearch compatibility for modules that use `type: ip` with `convert` processors. {issue}26629[26629] {pull}26676[26676]
314-
- Fix Elasticsearch compatibility for modules that use the `network_direction` processor. {issue}26629[26629] {pull}26676[26676]
315-
- Fix Elasticsearch compatibility for modules that use the `registered_domain` processor. {issue}26629[26629] {pull}26676[26676]
316311
- Fix Suricata metadata fields breaking visualizations, moved out of flattened datatype. {pull}26710[26710]
317312
- Fix `httpjson` template data key for `url.params`. {pull}26848[26848]
318313
- Cisco asa/ftd: Fix reversed usage of observer ingress and egress interfaces. {pull}26265[26265]

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.4>>
1112
* <<release-notes-7.13.3>>
1213
* <<release-notes-7.13.2>>
1314
* <<release-notes-7.13.1>>

0 commit comments

Comments
 (0)