Skip to content

Commit e1a98e3

Browse files
elastic-vault-github-plugin-prod[bot]elasticmachinepierrehilbertcolleenmcginnis
authored
docs: Prepare Changelog for 8.17.9 (#45344)
* docs: Close changelog for 8.17.9 * Update CHANGELOG.asciidoc * Update CHANGELOG.next.asciidoc * Update CHANGELOG.asciidoc Co-authored-by: Colleen McGinnis <colleen.mcginnis@elastic.co> --------- Co-authored-by: elasticmachine <elasticmachine@elastic.co> Co-authored-by: Pierre HILBERT <pierre.hilbert@elastic.co> Co-authored-by: Colleen McGinnis <colleen.mcginnis@elastic.co>
1 parent 097017f commit e1a98e3

File tree

3 files changed

+36
-48
lines changed

3 files changed

+36
-48
lines changed

CHANGELOG.asciidoc

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

6+
[[release-notes-8.17.9]]
7+
=== Beats version 8.17.9
8+
https://github.com/elastic/beats/compare/v8.17.8\...v8.17.9[View commits]
9+
10+
==== Breaking changes
11+
12+
*Metricbeat*
13+
14+
- Change index summary metricset to use `_nodes/stats` API instead of `_stats` API to avoid data gaps. {pull}45049[45049]
15+
16+
==== Bugfixes
17+
18+
*Affecting all Beats*
19+
20+
- The Elasticsearch output now correctly applies exponential backoff when being throttled by 429s ("too many requests") from Elasticsarch. {issue}36926[36926] {pull}45073[45073]
21+
22+
*Filebeat*
23+
24+
- Add missing "text/csv" content-type filter support in GCS input. {issue}44922[44922] {pull}44923[44923]
25+
26+
*Winlogbeat*
27+
28+
- Fix EvtVarTypeAnsiString conversion. {pull}44026[44026]
29+
30+
==== Added
31+
32+
*Heartbeat*
33+
34+
- Upgrade Node version to latest LTS v20.19.3. {pull}45087[45087]
35+
36+
*Metricbeat*
37+
38+
- Increase default polling period for MongoDB module from 10s to 60s. {pull}44781[44781]
39+
40+
641
[[release-notes-8.17.8]]
742
=== Beats version 8.17.8
843
https://github.com/elastic/beats/compare/v8.17.7\...v8.17.8[View commits]

CHANGELOG.next.asciidoc

Lines changed: 0 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ https://github.com/elastic/beats/compare/v8.8.1\...main[Check the HEAD diff]
3636

3737
*Metricbeat*
3838

39-
- Change index summary metricset to use `_nodes/stats` API instead of `_stats` API to avoid data gaps. {pull}45049[45049]
40-
- Add support for `_nodes/stats` URIs that work with legacy versions of Elasticsearch {pull}44307[44307]
4139
- Setting period for counter cache for Prometheus remote_write at least to 60sec {pull}38553[38553]
4240
- Remove fallback to the node limit for the `kubernetes.pod.cpu.usage.limit.pct` and `kubernetes.pod.memory.usage.limit.pct` metrics calculation
4341

@@ -79,7 +77,6 @@ https://github.com/elastic/beats/compare/v8.8.1\...main[Check the HEAD diff]
7977
- Set timeout of 1 minute for FQDN requests {pull}37756[37756]
8078
- The Kafka output now drops events when there is an authorization error. {issue}42343[42343] {pull}42401[42401]
8179
- 'add_cloud_metadata' processor - improve AWS provider HTTP client overriding to support custom certificate bundle handling {pull}44189[44189]
82-
- The Elasticsearch output now correctly applies exponential backoff when being throttled by 429s ("too many requests") from Elasticsarch. {issue}36926[36926] {pull}45073[45073]
8380

8481
*Auditbeat*
8582

@@ -116,7 +113,6 @@ https://github.com/elastic/beats/compare/v8.8.1\...main[Check the HEAD diff]
116113
- Fix publication of group data from the Okta entity analytics provider. {pull}40681[40681]
117114
- Ensure netflow custom field configuration is applied. {issue}40735[40735] {pull}40730[40730]
118115
- Fix a bug in Salesforce input to only handle responses with 200 status code {pull}41015[41015]
119-
- Added missing "text/csv" content-type filter support in GCS input. {issue}44922[44922] {pull}44923[44923]
120116

121117
*Heartbeat*
122118

@@ -151,7 +147,6 @@ https://github.com/elastic/beats/compare/v8.8.1\...main[Check the HEAD diff]
151147

152148
*Winlogbeat*
153149

154-
- Fix EvtVarTypeAnsiString conversion {pull}44026[44026]
155150

156151

157152
*Elastic Logging Plugin*
@@ -235,7 +230,6 @@ https://github.com/elastic/beats/compare/v8.8.1\...main[Check the HEAD diff]
235230

236231
- Added status to monitor run log report.
237232
- Upgrade node to latest LTS v18.20.3. {pull}40038[40038]
238-
- Upgrade node to latest LTS v20.19.3. {pull}45087[45087]
239233

240234
*Metricbeat*
241235

@@ -267,7 +261,6 @@ https://github.com/elastic/beats/compare/v8.8.1\...main[Check the HEAD diff]
267261
- Added Cisco Meraki module {pull}40836[40836]
268262
- Added Palo Alto Networks module {pull}40686[40686]
269263
- Restore docker.network.in.* and docker.network.out.* fields in docker module {pull}40968[40968]
270-
- Increase default polling period for MongoDB module from 10s to 60s {pull}44781[44781]
271264

272265
*Metricbeat*
273266

@@ -322,44 +315,3 @@ https://github.com/elastic/beats/compare/v8.8.1\...main[Check the HEAD diff]
322315

323316

324317

325-
326-
327-
328-
329-
330-
331-
332-
333-
334-
335-
336-
337-
338-
339-
340-
341-
342-
343-
344-
345-
346-
347-
348-
349-
350-
351-
352-
353-
354-
355-
356-
357-
358-
359-
360-
361-
362-
363-
364-
365-

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-8.17.9>>
1112
* <<release-notes-8.17.8>>
1213
* <<release-notes-8.17.7>>
1314
* <<release-notes-8.17.6>>

0 commit comments

Comments
 (0)