File tree 3 files changed +22
-0
lines changed
3 files changed +22
-0
lines changed Original file line number Diff line number Diff line change 3
3
:issue: https://github.com/elastic/beats/issues/
4
4
:pull: https://github.com/elastic/beats/pull/
5
5
6
+ [[release-notes-8.9.2]]
7
+ === Beats version 8.9.2
8
+ https://github.com/elastic/beats/compare/v8.9.1\...v8.9.2[View commits]
9
+
10
+ ==== Bugfixes
11
+
12
+ *Filebeat*
13
+
14
+ - Fix panic when redact option is not provided to CEL input. {issue}36387[36387] {pull}36388[36388]
15
+ - Update mito CEL extension library to v1.5.0. {pull}36146[36146]
16
+
17
+ ==== Added
18
+
19
+ *Metricbeat*
20
+
21
+ - Add Azure resource tags support to Azure Billing module {pull}36428[36428]
22
+
23
+
6
24
[[release-notes-8.9.1]]
7
25
=== Beats version 8.9.1
8
26
https://github.com/elastic/beats/compare/v8.9.0\...v8.9.1[View commits]
Original file line number Diff line number Diff line change @@ -294,3 +294,6 @@ https://github.com/elastic/beats/compare/v8.8.1\...main[Check the HEAD diff]
294
294
295
295
296
296
297
+
298
+
299
+
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ This section summarizes the changes in each release. Also read
8
8
<<breaking-changes>> for more detail about changes that affect
9
9
upgrade.
10
10
11
+ * <<release-notes-8.9.2>>
11
12
* <<release-notes-8.9.1>>
12
13
* <<release-notes-8.9.0>>
13
14
* <<release-notes-8.8.2>>
You can’t perform that action at this time.
0 commit comments