Skip to content

Commit 36b4056

Browse files
mergify[bot]elastic-vault-github-plugin-prod[bot]pierrehilbertebeahan
authored
[main](backport #48354) Add Beats 8.19.10 release notes (#48402)
* Add Beats 8.19.10 release notes (#48354) * add the 8.19.10 Beats release notes * Fix changelog * copy to changelog * Update CHANGELOG.asciidoc Co-authored-by: Colleen McGinnis <colleen.mcginnis@elastic.co> --------- Co-authored-by: ebeahan <7226265+ebeahan@users.noreply.github.com> Co-authored-by: Pierre HILBERT <pierre.hilbert@elastic.co> Co-authored-by: Colleen McGinnis <colleen.mcginnis@elastic.co> (cherry picked from commit 919f4fc) # Conflicts: # changelog/fragments/1765359658-k8s_status_last_terminated_exitcode.yaml # libbeat/docs/release.asciidoc * Update release.asciidoc --------- Co-authored-by: elastic-vault-github-plugin-prod[bot] <150874479+elastic-vault-github-plugin-prod[bot]@users.noreply.github.com> Co-authored-by: Pierre HILBERT <pierre.hilbert@elastic.co> Co-authored-by: Eric Beahan <eric.beahan@elastic.co>
1 parent eff88ab commit 36b4056

4 files changed

Lines changed: 235 additions & 0 deletions

File tree

CHANGELOG.asciidoc

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

6+
// begin 8.19.10 relnotes
7+
8+
[[release-notes-8.19.10]]
9+
=== Beats version 8.19.10
10+
11+
https://github.com/elastic/beats/compare/v8.19.9\...v8.19.10[View commits]
12+
13+
[discrete]
14+
[[new-features-8.19.10]]
15+
==== New features
16+
17+
The 8.19.10 release adds the following new and notable features.
18+
19+
**Filebeat**
20+
21+
* Add client secret authentication method for Azure Event Hub and storage in Filebeat. https://github.com/elastic/beats/pull/47256[#47256]
22+
* Improve input error reporting to Elastic Agent, especially when pipeline configurations are incorrect. https://github.com/elastic/beats/pull/47905[#47905] https://github.com/elastic/beats/issues/45649[#45649]
23+
* Support for AMQP-over-WebSocket transport in the azure-eventhub processor v2. https://github.com/elastic/beats/pull/47956[#47956] https://github.com/elastic/beats/issues/47823[#47823]
24+
25+
[discrete]
26+
[[bug-fixes-8.19.10]]
27+
==== Bug fixes
28+
29+
**All**
30+
31+
* Add msync syscall to seccomp whitelist for BadgerDB persistent cache. https://github.com/elastic/beats/pull/48229[#48229]
32+
33+
**Metricbeat**
34+
35+
* Harden Prometheus metrics parser against panics caused by malformed input data. https://github.com/elastic/beats/pull/47914[#47914]
36+
* Add bounds checking to Zookeeper server module to prevent index-out-of-range panics. https://github.com/elastic/beats/pull/47915[#47915]
37+
* Fix panic in graphite server metricset when metric has fewer parts than template expects. https://github.com/elastic/beats/pull/47916[#47916]
38+
* Skip regions with no permission to query for AWS CloudWatch metrics. https://github.com/elastic/beats/pull/48135[#48135]
39+
40+
**Packetbeat**
41+
42+
* Fix bounds checking in MongoDB protocol parser to prevent panics. https://github.com/elastic/beats/pull/47925[#47925]
43+
44+
// end 8.19.10 relnotes
45+
646
// begin 8.19.9 relnotes
747

848
[[release-notes-8.19.9]]

changelog/8.19.10.asciidoc

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
// begin 8.19.10 relnotes
2+
3+
[[release-notes-8.19.10]]
4+
== 8.19.10
5+
6+
Review important information about the 8.19.10 release.
7+
8+
9+
10+
11+
12+
13+
14+
15+
16+
[discrete]
17+
[[new-features-8.19.10]]
18+
=== New features
19+
20+
The 8.19.10 release adds the following new and notable features.
21+
22+
23+
24+
25+
**Filebeat**
26+
27+
* Add client secret authentication method for Azure Event Hub and storage in Filebeat. https://github.com/elastic/beats/pull/47256[#47256]
28+
* Improving input error reporting to Elastic Agent, specially when pipeline configurations are incorrect. https://github.com/elastic/beats/pull/47905[#47905] https://github.com/elastic/beats/issues/45649[#45649]
29+
* Support for AMQP-over-WebSocket transport in the azure-eventhub processor v2. https://github.com/elastic/beats/pull/47956[#47956] https://github.com/elastic/beats/issues/47823[#47823]
30+
31+
32+
33+
34+
35+
36+
[discrete]
37+
[[bug-fixes-8.19.10]]
38+
=== Bug fixes
39+
40+
41+
42+
43+
**All**
44+
45+
* Add msync syscall to seccomp whitelist for BadgerDB persistent cache. https://github.com/elastic/beats/pull/48229[#48229]
46+
47+
48+
**Metricbeat**
49+
50+
* Harden Prometheus metrics parser against panics caused by malformed input data. https://github.com/elastic/beats/pull/47914[#47914]
51+
* Add bounds checking to Zookeeper server module to prevent index-out-of-range panics. https://github.com/elastic/beats/pull/47915[#47915]
52+
* Fix panic in graphite server metricset when metric has fewer parts than template expects. https://github.com/elastic/beats/pull/47916[#47916]
53+
* Skip regions with no permission to query for AWS CloudWatch metrics. https://github.com/elastic/beats/pull/48135[#48135]
54+
55+
56+
**Packetbeat**
57+
58+
* Fix bounds checking in MongoDB protocol parser to prevent panics. https://github.com/elastic/beats/pull/47925[#47925]
59+
60+
// end 8.19.10 relnotes

changelog/8.19.10.yaml

Lines changed: 134 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,134 @@
1+
version: 8.19.10
2+
entries:
3+
- kind: feature
4+
summary: Add client secret authentication method for Azure Event Hub and storage in Filebeat.
5+
description: ""
6+
component: filebeat
7+
pr:
8+
- https://github.com/elastic/beats/pull/47256
9+
issue: []
10+
impact: ""
11+
action: ""
12+
timestamp: 1761678237
13+
file:
14+
name: 1761678237-feat-add-client-secret-auth-for-azure-eventhub.yaml
15+
checksum: bd410e43c8c12c2ac8bbd67d4ef6a086a462a024
16+
- kind: bug-fix
17+
summary: fix bounds checking in MongoDB protocol parser to prevent panics
18+
description: ""
19+
component: packetbeat
20+
pr:
21+
- https://github.com/elastic/beats/pull/47925
22+
issue: []
23+
impact: ""
24+
action: ""
25+
timestamp: 1764865514
26+
file:
27+
name: 1764865514-fix-mongodb-parser-bounds-checking.yaml
28+
checksum: c1b5c5b19eca5066fa146031e239d09cc100ec7b
29+
- kind: feature
30+
summary: Improving input error reporting to Elastic Agent, specially when pipeline configurations are incorrect.
31+
description: ""
32+
component: filebeat
33+
pr:
34+
- https://github.com/elastic/beats/pull/47905
35+
issue:
36+
- https://github.com/elastic/beats/issues/45649
37+
impact: ""
38+
action: ""
39+
timestamp: 1765204121
40+
file:
41+
name: 1765204121-Correctly-report-V2-inputs-as-failed-to-the-Manager.yaml
42+
checksum: b29fc353572f21e3500e9563be8ef4e7c1a6bd78
43+
- kind: feature
44+
summary: Support for AMQP-over-WebSocket transport in the azure-eventhub processor v2.
45+
description: ""
46+
component: filebeat
47+
pr:
48+
- https://github.com/elastic/beats/pull/47956
49+
issue:
50+
- https://github.com/elastic/beats/issues/47823
51+
impact: ""
52+
action: ""
53+
timestamp: 1765280088
54+
file:
55+
name: 1765280088-azure-eventhub-v2-add-support-for-amqp-over-websocket-and-https-proxy.yaml
56+
checksum: 1f1fc5540af22b8067fa7adf8ecc4ffd029811ba
57+
- kind: bug-fix
58+
summary: Harden Prometheus metrics parser against panics caused by malformed input data
59+
description: ""
60+
component: metricbeat
61+
pr:
62+
- https://github.com/elastic/beats/pull/447914
63+
issue: []
64+
impact: ""
65+
action: ""
66+
timestamp: 1765545606
67+
file:
68+
name: 1765545606-prometheus-parser-panic-fix.yaml
69+
checksum: 11eb2d7c75f886ada31683f02737942cfb6f3197
70+
- kind: bug-fix
71+
summary: Add bounds checking to Zookeeper server module to prevent index-out-of-range panics
72+
description: ""
73+
component: metricbeat
74+
pr:
75+
- https://github.com/elastic/beats/pull/47915
76+
issue: []
77+
impact: ""
78+
action: ""
79+
timestamp: 1765545791
80+
file:
81+
name: 1765545791-zookeeper-panic-fix.yaml
82+
checksum: 1e5ec03a5573800254df1442fb80f811b85cfe4d
83+
- kind: bug-fix
84+
summary: Fix panic in graphite server metricset when metric has fewer parts than template expects
85+
description: ""
86+
component: metricbeat
87+
pr:
88+
- https://github.com/elastic/beats/pull/47916
89+
issue: []
90+
impact: ""
91+
action: ""
92+
timestamp: 1765545902
93+
file:
94+
name: 1765545902-graphite-panic-fix.yaml
95+
checksum: c6edc712a38fda9e12000af1cbb607f43470c214
96+
- kind: other
97+
summary: Upgrade opentelemtry-collector-contrib to 0.141.0 and opentelemetry-collector to 1.47.0
98+
description: ""
99+
component: all
100+
pr:
101+
- https://github.com/elastic/beats/pull/48122
102+
issue: []
103+
impact: ""
104+
action: ""
105+
timestamp: 1765934075
106+
file:
107+
name: 1765934075-upgrade-opentelemtry-collector-contrib-to-0.141.0-and-opentelemetry-collector-to-1.47.0.yaml
108+
checksum: 1296886e0c350aa506ded72a720005212e329c6b
109+
- kind: bug-fix
110+
summary: Skip regions with no permission to query for AWS CloudWatch metrics
111+
description: ""
112+
component: metricbeat
113+
pr:
114+
- https://github.com/elastic/beats/pull/448135
115+
issue: []
116+
impact: ""
117+
action: ""
118+
timestamp: 1765999977
119+
file:
120+
name: 1765999977-aws-cloudwatch-skip-region.yaml
121+
checksum: aebf66827410e12721468fbe19c7d15f10a715af
122+
- kind: bug-fix
123+
summary: Add msync syscall to seccomp whitelist for BadgerDB persistent cache
124+
description: ""
125+
component: all
126+
pr:
127+
- https://github.com/elastic/beats/pull/48229
128+
issue: []
129+
impact: ""
130+
action: ""
131+
timestamp: 1766514675
132+
file:
133+
name: 1766514675-badger-msync.yaml
134+
checksum: 99e96030a447b1f3a801890ce393ed6c08e25d7b

libbeat/docs/release.asciidoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ upgrade.
1313
* <<release-notes-9.0.0>>
1414
* <<release-notes-9.0.0-rc1>>
1515
* <<release-notes-9.0.0-beta1>>
16+
* <<release-notes-8.19.10>>
1617
* <<release-notes-8.19.9>>
1718
* <<release-notes-8.19.8>>
1819
* <<release-notes-8.19.7>>

0 commit comments

Comments
 (0)