Skip to content

Commit a16155d

Browse files
docs: Close changelog for 8.12.1
1 parent 23f02e3 commit a16155d

File tree

3 files changed

+202
-13
lines changed

3 files changed

+202
-13
lines changed

CHANGELOG.asciidoc

+198
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,204 @@
22
// each other on Github, so don't worry too much on using the right prefix.
33
:issue: https://github.com/elastic/beats/issues/
44
:pull: https://github.com/elastic/beats/pull/
5+
6+
[[release-notes-8.12.1]]
7+
=== Beats version 8.12.1
8+
https://github.com/elastic/beats/compare/v8.12.0\...v8.12.1[View commits]
9+
10+
==== Breaking changes
11+
12+
*Affecting all Beats*
13+
14+
- add_cloud_metadata processor: `huawei` provider is now treated as `openstack`. Huawei cloud runs on OpenStack
15+
platform, and when viewed from a metadata API standpoint, it is impossible to differentiate it from OpenStack. If you
16+
know that your deployments run on Huawei Cloud exclusively, and you wish to have `cloud.provider` value as `huawei`,
17+
you can achieve this by overwriting the value using an `add_fields` processor. {pull}35184[35184]
18+
19+
*Auditbeat*
20+
21+
22+
*Filebeat*
23+
24+
25+
*Heartbeat*
26+
27+
*Metricbeat*
28+
29+
30+
*Osquerybeat*
31+
32+
33+
*Packetbeat*
34+
35+
36+
*Winlogbeat*
37+
38+
39+
*Functionbeat*
40+
41+
42+
*Elastic Logging Plugin*
43+
44+
45+
==== Bugfixes
46+
47+
*Affecting all Beats*
48+
- aws: Add credential caching for `AssumeRole` session tokens. {issue}37787[37787]
49+
- Lower logging level to debug when attempting to configure beats with unknown fields from autodiscovered events/environments {pull}[37816][37816]
50+
51+
*Auditbeat*
52+
53+
54+
*Filebeat*
55+
56+
- Fix nil pointer dereference in the httpjson input {pull}37591[37591]
57+
- Fix TCP/UDP metric queue length parsing base. {pull}37714[37714]
58+
- Fix m365_defender cursor value and query building. {pull}37116[37116]
59+
- Update github.com/lestrrat-go/jwx dependency. {pull}37799[37799]
60+
61+
*Heartbeat*
62+
63+
- Fix setuid root when running under cgroups v2. {pull}37794[37794]
64+
65+
*Metricbeat*
66+
67+
- Fix Azure Resource Metrics missing metrics (min and max aggregations) after upgrade to 8.11.3 {issue}37642[37642] {pull}37643[37643]
68+
69+
*Osquerybeat*
70+
71+
72+
*Packetbeat*
73+
74+
75+
*Winlogbeat*
76+
77+
78+
79+
*Elastic Logging Plugin*
80+
81+
82+
==== Added
83+
84+
*Affecting all Beats*
85+
86+
87+
*Auditbeat*
88+
89+
90+
*Filebeat*
91+
92+
- Relax TCP/UDP metric polling expectations to improve metric collection. {pull}37714[37714]
93+
94+
*Auditbeat*
95+
96+
97+
*Libbeat*
98+
99+
*Heartbeat*
100+
101+
102+
*Metricbeat*
103+
104+
105+
*Osquerybeat*
106+
107+
108+
*Packetbeat*
109+
110+
111+
*Packetbeat*
112+
113+
114+
*Winlogbeat*
115+
116+
117+
*Functionbeat*
118+
119+
120+
*Winlogbeat*
121+
122+
123+
124+
*Elastic Log Driver*
125+
*Elastic Logging Plugin*
126+
127+
128+
==== Deprecated
129+
130+
*Auditbeat*
131+
132+
133+
*Filebeat*
134+
135+
136+
*Heartbeat*
137+
138+
139+
140+
*Metricbeat*
141+
142+
143+
*Osquerybeat*
144+
145+
146+
*Packetbeat*
147+
148+
149+
*Winlogbeat*
150+
151+
152+
*Functionbeat*
153+
154+
155+
*Elastic Logging Plugin*
156+
157+
158+
==== Known Issues
159+
160+
161+
162+
163+
164+
165+
166+
167+
168+
169+
170+
171+
172+
173+
174+
175+
176+
177+
178+
179+
180+
181+
182+
183+
184+
185+
186+
187+
188+
189+
190+
191+
192+
193+
194+
195+
196+
197+
198+
199+
200+
201+
202+
5203

6204
[[release-notes-8.12.0]]
7205
=== Beats version 8.12.0

CHANGELOG.next.asciidoc

+3-13
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@ https://github.com/elastic/beats/compare/v8.8.1\...main[Check the HEAD diff]
1010

1111
*Affecting all Beats*
1212

13-
- add_cloud_metadata processor: `huawei` provider is now treated as `openstack`. Huawei cloud runs on OpenStack
14-
platform, and when viewed from a metadata API standpoint, it is impossible to differentiate it from OpenStack. If you
15-
know that your deployments run on Huawei Cloud exclusively, and you wish to have `cloud.provider` value as `huawei`,
16-
you can achieve this by overwriting the value using an `add_fields` processor. {pull}35184[35184]
1713

1814
*Auditbeat*
1915

@@ -56,16 +52,13 @@ you can achieve this by overwriting the value using an `add_fields` processor. {
5652
- Upgraded apache arrow library used in x-pack/libbeat/reader/parquet from v11 to v12.0.1 in order to fix cross-compilation issues {pull}35640[35640]
5753
- Fix panic when MaxRetryInterval is specified, but RetryInterval is not {pull}35820[35820]
5854
- Support build of projects outside of beats directory {pull}36126[36126]
59-
- aws: Add credential caching for `AssumeRole` session tokens. {issue}37787[37787]
60-
- Lower logging level to debug when attempting to configure beats with unknown fields from autodiscovered events/environments {pull}[37816][37816]
6155
- Set timeout of 1 minute for FQDN requests {pull}37756[37756]
6256

6357
*Auditbeat*
6458

6559

6660
*Filebeat*
6761

68-
- Fix nil pointer dereference in the httpjson input {pull}37591[37591]
6962
- [Gcs Input] - Added missing locks for safe concurrency {pull}34914[34914]
7063
- Fix the ignore_inactive option being ignored in Filebeat's filestream input {pull}34770[34770]
7164
- Fix TestMultiEventForEOFRetryHandlerInput unit test of CometD input {pull}34903[34903]
@@ -78,14 +71,10 @@ you can achieve this by overwriting the value using an `add_fields` processor. {
7871
- Fix handling of Juniper SRX structured data when there is no leading junos element. {issue}36270[36270] {pull}36308[36308]
7972
- Fix Filebeat Cisco module with missing escape character {issue}36325[36325] {pull}36326[36326]
8073
- Added a fix for Crowdstrike pipeline handling process arrays {pull}36496[36496]
81-
- Fix TCP/UDP metric queue length parsing base. {pull}37714[37714]
82-
- Fix m365_defender cursor value and query building. {pull}37116[37116]
83-
- Update github.com/lestrrat-go/jwx dependency. {pull}37799[37799]
8474

8575
*Heartbeat*
8676

8777
- Fix panics when parsing dereferencing invalid parsed url. {pull}34702[34702]
88-
- Fix setuid root when running under cgroups v2. {pull}37794[37794]
8978

9079
*Metricbeat*
9180

@@ -102,7 +91,6 @@ you can achieve this by overwriting the value using an `add_fields` processor. {
10291
- Add option in SQL module to execute queries for all dbs. {pull}35688[35688]
10392
- Add remaining dimensions for azure storage account to make them available for tsdb enablement. {pull}36331[36331]
10493
- Add log error when statsd server fails to start {pull}36477[36477]
105-
- Fix Azure Resource Metrics missing metrics (min and max aggregations) after upgrade to 8.11.3 {issue}37642[37642] {pull}37643[37643]
10694

10795
*Osquerybeat*
10896

@@ -147,7 +135,6 @@ you can achieve this by overwriting the value using an `add_fields` processor. {
147135
- Added support for Okta OAuth2 provider in the CEL input. {issue}36336[36336] {pull}36521[36521]
148136
- Added support for new features & removed partial save mechanism in the Azure Blob Storage input. {issue}35126[35126] {pull}36690[36690]
149137
- Added support for new features and removed partial save mechanism in the GCS input. {issue}35847[35847] {pull}36713[36713]
150-
- Relax TCP/UDP metric polling expectations to improve metric collection. {pull}37714[37714]
151138

152139
*Auditbeat*
153140

@@ -258,6 +245,9 @@ you can achieve this by overwriting the value using an `add_fields` processor. {
258245

259246

260247

248+
249+
250+
261251

262252

263253

libbeat/docs/release.asciidoc

+1
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.12.1>>
1112
* <<release-notes-8.12.0>>
1213
* <<release-notes-8.11.4>>
1314
* <<release-notes-8.11.3>>

0 commit comments

Comments
 (0)