Skip to content

Commit 7310031

Browse files
Forward port changelog for 7.13.3 (elastic#26731) to 7.14 (elastic#26744)
* docs: Prepare Changelog for 7.13.3 (elastic#26731) * docs: Close changelog for 7.13.3 * Cleanup and review * Fix sections Co-authored-by: Andres Rodriguez <andresrc@gmail.com> (cherry picked from commit ccac446) * Cleanup Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
1 parent d2a96cf commit 7310031

3 files changed

Lines changed: 14 additions & 4 deletions

File tree

CHANGELOG.asciidoc

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

6+
[[release-notes-7.13.3]]
7+
=== Beats version 7.13.3
8+
https://github.com/elastic/beats/compare/v7.13.2...v7.13.3[View commits]
9+
10+
==== Bugfixes
11+
12+
*Filebeat*
13+
14+
- Fix bug in aws-s3 input where the end of gzipped log files might have been discarded. {pull}26260[26260]
15+
- Clone value when copy fields in processors to avoid crash. {issue}19206[19206] {pull}20500[20500]
16+
- Fix bug in `httpjson` that prevented `first_event` getting updated. {pull}26407[26407]
17+
- Fix bug in the Syslog input that misparsed rfc5424 days starting with 0. {pull}26419[26419]
18+
619
[[release-notes-7.13.2]]
720
=== Beats version 7.13.2
821
https://github.com/elastic/beats/compare/v7.13.1...v7.13.2[View commits]

CHANGELOG.next.asciidoc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -218,9 +218,6 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
218218
- Fix issue with m365_defender, when parsing incidents that has no alerts attached: {pull}25421[25421]
219219
- Improve inode reuse handling by removing state for removed files more eagerly from the internal state table in the logs inputs. {pull}25756[25756]
220220
- Fix default config template values for paths on oracle module: {pull}26276[26276]
221-
- Fix bug in aws-s3 input where the end of gzipped log files might have been discarded. {pull}26260[26260]
222-
- Fix bug in `httpjson` that prevented `first_event` getting updated. {pull}26407[26407]
223-
- Fix bug in the Syslog input that misparsed rfc5424 days starting with 0. {pull}26419[26419]
224221
- Do not close filestream harvester if an unexpected error is returned when close.on_state_change.* is enabled. {pull}26411[26411]
225222

226223
*Filebeat*
@@ -306,7 +303,6 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
306303
- Fix incorrect field name appending to `related.hash` in `threatintel.abusechmalware` ingest pipeline. {issue}25151[25151] {pull}25674[25674]
307304
- Add improvements to the azure activitylogs and platformlogs ingest pipelines. {pull}26148[26148]
308305
- Fix `kibana.log` pipeline when `event.duration` calculation becomes a Long. {issue}24556[24556] {pull}25675[25675]
309-
- Clone value when copy fields in processors to avoid crash. {issue}19206[19206] {pull}20500[20500]
310306
- Removed incorrect `http.request.referrer` field from `aws.elb` module. {issue}26435[26435] {pull}26441[26441]
311307
- Fix `threatintel.indicator.url.full` not being populated. {issue}26351[26351] {pull}26508[26508]
312308
- Fix Elasticsearch compatibility for modules that use `type: ip` with `convert` processors. {issue}26629[26629] {pull}26676[26676]

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

0 commit comments

Comments
 (0)