You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelog/9.2.0.yaml
+134-2Lines changed: 134 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,137 @@
1
1
version: 9.2.0
2
2
entries:
3
+
- kind: feature
4
+
summary: 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.
5
+
description: ""
6
+
component: filebeat
7
+
pr:
8
+
- https://github.com/elastic/beats/pull/45124
9
+
issue:
10
+
- https://github.com/elastic/beats/issues/43674
11
+
impact: ""
12
+
action: ""
13
+
timestamp: 1759439212
14
+
- kind: feature
15
+
summary: Add beta GZIP file ingestion in filestream.
16
+
description: ""
17
+
component: filebeat
18
+
pr:
19
+
- https://github.com/elastic/beats/pull/45301
20
+
issue: []
21
+
impact: ""
22
+
action: ""
23
+
timestamp: 1759439213
24
+
- kind: feature
25
+
summary: Updated the `parse_aws_vpc_flow_log` processor to handle AWS VPC flow log v6, v7, and v8 fields.
26
+
description: ""
27
+
component: filebeat
28
+
pr:
29
+
- https://github.com/elastic/beats/pull/45746
30
+
issue: []
31
+
impact: ""
32
+
action: ""
33
+
timestamp: 1759439214
34
+
- kind: feature
35
+
summary: "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."
36
+
description: ""
37
+
component: all
38
+
pr:
39
+
- https://github.com/elastic/beats/pull/45749
40
+
issue: []
41
+
impact: ""
42
+
action: ""
43
+
timestamp: 1759439215
44
+
- kind: feature
45
+
summary: Add OAuth2 support for Okta provider in Entity Analytics input.
46
+
description: ""
47
+
component: filebeat
48
+
pr:
49
+
- https://github.com/elastic/beats/pull/45753
50
+
issue: []
51
+
impact: ""
52
+
action: ""
53
+
timestamp: 1759439216
54
+
- kind: feature
55
+
summary: Add new ETW FIM backend for Windows.
56
+
description: ""
57
+
component: auditbeat
58
+
pr:
59
+
- https://github.com/elastic/beats/pull/45887
60
+
issue: []
61
+
impact: ""
62
+
action: ""
63
+
timestamp: 1759439217
64
+
- kind: feature
65
+
summary: Improve error reporting for schemeless URLs in HTTP JSON input.
66
+
description: ""
67
+
component: filebeat
68
+
pr:
69
+
- https://github.com/elastic/beats/pull/45953
70
+
issue: []
71
+
impact: ""
72
+
action: ""
73
+
timestamp: 1759439218
74
+
- kind: feature
75
+
summary: Add `remaining_executions` global to the CEL input evaluation context.
76
+
description: ""
77
+
component: filebeat
78
+
pr:
79
+
- https://github.com/elastic/beats/pull/46210
80
+
issue: []
81
+
impact: ""
82
+
action: ""
83
+
timestamp: 1759439219
84
+
- kind: breaking-change
85
+
summary: Change `aws.cloudwatch.*` field in awscloudwatch input to nested object.
86
+
description: ""
87
+
component: filebeat
88
+
pr:
89
+
- https://github.com/elastic/beats/pull/46357
90
+
issue: []
91
+
impact: ""
92
+
action: ""
93
+
timestamp: 1759439220
94
+
- kind: bug-fix
95
+
summary: Make data updates in `add_host_metadata` processor synchronous.
96
+
description: ""
97
+
component: all
98
+
pr:
99
+
- https://github.com/elastic/beats/pull/46546
100
+
issue: []
101
+
impact: ""
102
+
action: ""
103
+
timestamp: 1759439221
104
+
- kind: feature
105
+
summary: Upgrade osquery version to 5.18.1.
106
+
description: ""
107
+
component: osquerybeat
108
+
pr:
109
+
- https://github.com/elastic/beats/pull/46624
110
+
issue: []
111
+
impact: ""
112
+
action: ""
113
+
timestamp: 1759439222
114
+
- kind: feature
115
+
summary: Journald input now supports reading from multiple journals, including remote ones.
116
+
description: ""
117
+
component: filebeat
118
+
pr:
119
+
- https://github.com/elastic/beats/pull/46722
120
+
issue:
121
+
- https://github.com/elastic/beats/issues/46656
122
+
impact: ""
123
+
action: ""
124
+
timestamp: 1759439223
125
+
- kind: feature
126
+
summary: Bump Windows Npcap version to v1.83.
127
+
description: ""
128
+
component: packetbeat
129
+
pr:
130
+
- https://github.com/elastic/beats/pull/46809
131
+
issue: []
132
+
impact: ""
133
+
action: ""
134
+
timestamp: 1759439224
3
135
- kind: bug-fix
4
136
summary: Fix defer usage for stopped status reporting.
0 commit comments