Skip to content

Commit ccac446

Browse files
docs: Prepare Changelog for 7.13.3 (#26731)
* docs: Close changelog for 7.13.3 * Cleanup and review * Fix sections Co-authored-by: Andres Rodriguez <andresrc@gmail.com>
1 parent 9cedc14 commit ccac446

3 files changed

Lines changed: 18 additions & 7 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: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
110110
- Add service resource in k8s cluster role. {pull}20546[20546]
111111
- [Metricbeat][Kubernetes] Change cluster_ip field from ip to keyword. {pull}20571[20571]
112112
- The `o365input` and `o365` module now recover from an authentication problem or other fatal errors, instead of terminating. {pull}21258[21258]
113-
- Periodic metrics in logs will now report `libbeat.output.events.active` and `beat.memstats.rss` as gauges (rather than counters). {pull}22877[22877]
114113

115114
*Auditbeat*
116115

@@ -120,9 +119,7 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
120119
- system/package: Fix an error that can occur while trying to persist package metadata. {issue}18536[18536] {pull}18887[18887]
121120
- system/socket: Fix dataset using 100% CPU and becoming unresponsive in some scenarios. {pull}19033[19033] {pull}19764[19764]
122121
- system/socket: Fixed tracking of long-running connections. {pull}19033[19033]
123-
- Fix bug in `httpjson` that prevented `first_event` getting updated. {pull}26407[26407]
124-
- Fix bug in the Syslog input that misparsed rfc5424 days starting with 0. {pull}26419[26419]
125-
- Do not close filestream harvester if an unexpected error is returned when close.on_state_change.* is enabled. {pull}26411[26411]
122+
- Do not close filestream harvester if an unexpected error is returned when close.on_state_change.* is enabled. {pull}26411[26411]
126123

127124
*Filebeat*
128125

@@ -170,9 +167,6 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
170167
- Fix event.type for zeek/ssl and duplicate event.category for zeek/connection {pull}20696[20696]
171168
- Add json body check for sqs message. {pull}21727[21727]
172169
- Drop aws.vpcflow.pkt_srcaddr and aws.vpcflow.pkt_dstaddr when equal to "-". {pull}22721[22721] {issue}22716[22716]
173-
- Fix bug in aws-s3 input where the end of gzipped log files might have been discarded. {pull}26260[26260]
174-
- o365: Avoid mapping exception for `Parameters` and `ExtendedProperties` fields of string type. {pull}26164[26164]
175-
- Clone value when copy fields in processors to avoid crash. {issue}19206[19206] {pull}20500[20500]
176170
- Fix Elasticsearch compatibility for modules that use `type: ip` with `convert` processors. {issue}26629[26629] {pull}26676[26676]
177171
- Fix Elasticsearch compatibility for modules that use the `network_direction` processor. {issue}26629[26629] {pull}26676[26676]
178172
- Fix Elasticsearch compatibility for modules that use the `registered_domain` processor. {issue}26629[26629] {pull}26676[26676]
@@ -490,3 +484,6 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
490484

491485

492486

487+
488+
489+

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)