Skip to content

Commit 231cf96

Browse files
regenerate release notes with elastic/elastic-agent-changelog-tool#221 to break into component section
1 parent 1f6532c commit 231cf96

File tree

2 files changed

+53
-1
lines changed

2 files changed

+53
-1
lines changed
Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
11
## 9.2.0 [beats-9.2.0-breaking-changes]
22

3-
_No breaking changes._
3+
4+
**Filebeat**
5+
6+
::::{dropdown} Change `aws.cloudwatch.*` field in awscloudwatch input to nested object.
7+
% Describe the functionality that changed
8+
9+
For more information, check [#46357](https://github.com/elastic/beats/pull/46357).
10+
11+
% **Impact**<br>_Add a description of the impact_
12+
13+
% **Action**<br>_Add a description of the what action to take_
14+
::::

docs/release-notes/_snippets/9.2.0/index.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,48 @@
11
## 9.2.0 [beats-release-notes-9.2.0]
22

3+
_This release also includes: [Breaking changes](/release-notes/breaking-changes.md#beats-9.2.0-breaking-changes)._
4+
35

46
### Features and enhancements [beats-9.2.0-features-enhancements]
57

8+
9+
**All**
10+
11+
* The following output latency_delta metrics are now included when `logging.metrics` is enabled: `output.latency_delta.{count, max, median, min, p99}`. This only includes data since the last internal metrics was logged. [#45749](https://github.com/elastic/beats/pull/45749)
12+
13+
**Auditbeat**
14+
15+
* Add new ETW FIM backend for Windows. [#45887](https://github.com/elastic/beats/pull/45887)
16+
17+
**Filebeat**
18+
19+
* TCP and UDP inputs now support multiple pipeline workers configured via `number_of_workers`. Increasing the number of workers improves performance when slow processors are used by decoupling reading from the network connection and publishing. [#45124](https://github.com/elastic/beats/pull/45124) [#43674](https://github.com/elastic/beats/issues/43674)
20+
* Add beta GZIP file ingestion in filestream. [#45301](https://github.com/elastic/beats/pull/45301)
21+
* Updated the `parse_aws_vpc_flow_log` processor to handle AWS VPC flow log v6, v7, and v8 fields. [#45746](https://github.com/elastic/beats/pull/45746)
22+
* Add OAuth2 support for Okta provider in Entity Analytics input. [#45753](https://github.com/elastic/beats/pull/45753)
23+
* Improve error reporting for schemeless URLs in HTTP JSON input. [#45953](https://github.com/elastic/beats/pull/45953)
24+
* Add `remaining_executions` global to the CEL input evaluation context. [#46210](https://github.com/elastic/beats/pull/46210)
25+
* Journald input now supports reading from multiple journals, including remote ones. [#46722](https://github.com/elastic/beats/pull/46722) [#46656](https://github.com/elastic/beats/issues/46656)
26+
27+
**Metricbeat**
28+
629
* Improve the Prometheus helper to handle multiple content types including blank and invalid headers. [#47085](https://github.com/elastic/beats/pull/47085)
730

31+
**Osquerybeat**
32+
33+
* Upgrade osquery version to 5.18.1. [#46624](https://github.com/elastic/beats/pull/46624)
34+
35+
**Packetbeat**
36+
37+
* Bump Windows Npcap version to v1.83. [#46809](https://github.com/elastic/beats/pull/46809)
38+
839

940
### Fixes [beats-9.2.0-fixes]
1041

42+
43+
**All**
44+
45+
* Make data updates in `add_host_metadata` processor synchronous. [#46546](https://github.com/elastic/beats/pull/46546)
1146
* Prevent panic in logstash output when trying to send events while shutting down. [#46960](https://github.com/elastic/beats/pull/46960) [#46889](https://github.com/elastic/beats/issues/46889)
1247
* Prevent panic in replace processor for non-string values. [#47009](https://github.com/elastic/beats/pull/47009) [#42308](https://github.com/elastic/beats/issues/42308)
1348
* Autodiscover now correctly updates Kubernetes metadata on node and pod label changes. [#47034](https://github.com/elastic/beats/pull/47034) [#46979](https://github.com/elastic/beats/issues/46979)
@@ -16,7 +51,13 @@
1651

1752
Removes &#34;Accurate CPU counts not available on platform&#34; log spam at the debug log level.
1853
* Allows users to customize their data stream namespace to &#34;generic&#34;. [#47140](https://github.com/elastic/beats/pull/47140)
54+
55+
**Filebeat**
56+
1957
* Fix defer usage for stopped status reporting. [#46916](https://github.com/elastic/beats/pull/46916)
58+
59+
**Metricbeat**
60+
2061
* Fix missing AWS cloudwatch metrics with linked accounts and same dimensions. [#46978](https://github.com/elastic/beats/pull/46978) [#15362](https://github.com/elastic/integrations/issues/15362)
2162
* Add a fix to handle blank content-type headers in HTTP responses for Prometheus. [#47027](https://github.com/elastic/beats/pull/47027)
2263
* Add pagination support to the device health metricset in the meraki module. [#46938](https://github.com/elastic/beats/pull/46938) [#15551](https://github.com/elastic/integrations/issues/15551)

0 commit comments

Comments
 (0)