|
| 1 | +version: 9.2.0 |
| 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 |
| 135 | + - kind: bug-fix |
| 136 | + summary: Fix defer usage for stopped status reporting. |
| 137 | + description: "" |
| 138 | + component: filebeat |
| 139 | + pr: |
| 140 | + - https://github.com/elastic/beats/pull/46916 |
| 141 | + issue: [] |
| 142 | + impact: "" |
| 143 | + action: "" |
| 144 | + timestamp: 1759439225 |
| 145 | + file: |
| 146 | + name: 1759439225-chore-fix-defer-usage-for-stopped-status-reporting.yaml |
| 147 | + checksum: 6712ef7e1be0322e61e26589856f7a95336c1650 |
| 148 | + - kind: bug-fix |
| 149 | + summary: Prevent panic in logstash output when trying to send events while shutting down. |
| 150 | + description: "" |
| 151 | + component: all |
| 152 | + pr: |
| 153 | + - https://github.com/elastic/beats/pull/46960 |
| 154 | + issue: |
| 155 | + - https://github.com/elastic/beats/issues/46889 |
| 156 | + impact: "" |
| 157 | + action: "" |
| 158 | + timestamp: 1759848602 |
| 159 | + file: |
| 160 | + name: 1759848602-fix-prevent-panic-in-logstash-output.yaml |
| 161 | + checksum: b954bb7421248bc306792d101e638e2b9486ff1f |
| 162 | + - kind: bug-fix |
| 163 | + summary: Fix missing AWS cloudwatch metrics with linked accounts and same dimensions. |
| 164 | + description: "" |
| 165 | + component: metricbeat |
| 166 | + pr: |
| 167 | + - https://github.com/elastic/beats/pull/46978 |
| 168 | + issue: |
| 169 | + - https://github.com/elastic/integrations/issues/15362 |
| 170 | + impact: "" |
| 171 | + action: "" |
| 172 | + timestamp: 1759878363 |
| 173 | + file: |
| 174 | + name: 1759878363-bugfix-fix-missing-cloudwatch-metrics-with-linked-accounts-and-same-dimensions.yaml |
| 175 | + checksum: bee797c7a7568cbb2b57c4988b9924c2527c5441 |
| 176 | + - kind: bug-fix |
| 177 | + summary: Prevent panic in replace processor for non-string values. |
| 178 | + description: "" |
| 179 | + component: all |
| 180 | + pr: |
| 181 | + - https://github.com/elastic/beats/pull/47009 |
| 182 | + issue: |
| 183 | + - https://github.com/elastic/beats/issues/42308 |
| 184 | + impact: "" |
| 185 | + action: "" |
| 186 | + timestamp: 1760026886 |
| 187 | + file: |
| 188 | + name: 1760026886-fix-replace-processor-panic.yaml |
| 189 | + checksum: beef9eec545644d462230640a17d486f3aaca8a4 |
| 190 | + - kind: bug-fix |
| 191 | + summary: Add a fix to handle blank content-type headers in HTTP responses for Prometheus. |
| 192 | + description: "" |
| 193 | + component: metricbeat |
| 194 | + pr: |
| 195 | + - https://github.com/elastic/beats/pull/47027 |
| 196 | + issue: [] |
| 197 | + impact: "" |
| 198 | + action: "" |
| 199 | + timestamp: 1760103378 |
| 200 | + file: |
| 201 | + name: 1760103378-bugfix-add-a-fix-to-handle-blank-content-typ.yaml |
| 202 | + checksum: 588a42ea73a583c9d988357f92977557c1768203 |
| 203 | + - kind: bug-fix |
| 204 | + summary: Autodiscover now correctly updates Kubernetes metadata on node and pod label changes. |
| 205 | + description: "" |
| 206 | + component: all |
| 207 | + pr: |
| 208 | + - https://github.com/elastic/beats/pull/47034 |
| 209 | + issue: |
| 210 | + - https://github.com/elastic/beats/issues/46979 |
| 211 | + impact: "" |
| 212 | + action: "" |
| 213 | + timestamp: 1760107537 |
| 214 | + file: |
| 215 | + name: 1760107537-fix-kubernetes-autodiscover-label-update.yaml |
| 216 | + checksum: d16b49ddbc781fdeef75bb7791bd52a2703a59f6 |
| 217 | + - kind: bug-fix |
| 218 | + summary: Add pagination support to the device health metricset in the meraki module. |
| 219 | + description: "" |
| 220 | + component: metricbeat |
| 221 | + pr: |
| 222 | + - https://github.com/elastic/beats/pull/46938 |
| 223 | + issue: |
| 224 | + - https://github.com/elastic/integrations/issues/15551 |
| 225 | + impact: "" |
| 226 | + action: "" |
| 227 | + timestamp: 1760358970 |
| 228 | + file: |
| 229 | + name: 1760358970-add-meraki-device-health-pagination-support.yaml |
| 230 | + checksum: 084baa64adb51a365aa3470896a85524b2323368 |
| 231 | + - kind: bug-fix |
| 232 | + summary: Prevent 3s startup delay when add_cloud_metadata is used with debug logs. |
| 233 | + description: "" |
| 234 | + component: all |
| 235 | + pr: |
| 236 | + - https://github.com/elastic/beats/pull/47058 |
| 237 | + issue: |
| 238 | + - https://github.com/elastic/beats/issues/44203 |
| 239 | + impact: "" |
| 240 | + action: "" |
| 241 | + timestamp: 1760359519 |
| 242 | + file: |
| 243 | + name: 1760359519-fix-44203-add_cloud_metadata-delay.yaml |
| 244 | + checksum: 6960cb943c44a3607220a5a0fe8086bc1e246911 |
| 245 | + - kind: other |
| 246 | + summary: Bump Golang version to 1.24.9 |
| 247 | + description: "" |
| 248 | + component: all |
| 249 | + pr: |
| 250 | + - https://github.com/elastic/beats/pull/47051 |
| 251 | + issue: [] |
| 252 | + impact: "" |
| 253 | + action: "" |
| 254 | + timestamp: 1760423464 |
| 255 | + file: |
| 256 | + name: 1760423464-bump-Golang-version-to-1.24.9.yaml |
| 257 | + checksum: 201826a845b8769280a9fef9ef9b59fe19c5e57b |
| 258 | + - kind: bug-fix |
| 259 | + summary: Update elastic-agent-system-metrics version to v0.13.3. |
| 260 | + description: Removes "Accurate CPU counts not available on platform" log spam at the debug log level. |
| 261 | + component: all |
| 262 | + pr: |
| 263 | + - https://github.com/elastic/beats/pull/47104 |
| 264 | + issue: |
| 265 | + - https://github.com/elastic/beats/issues/47054 |
| 266 | + impact: "" |
| 267 | + action: "" |
| 268 | + timestamp: 1760463673 |
| 269 | + file: |
| 270 | + name: 1760463673-update-elastic-agent-system-metrics-to-v0.13.3..yaml |
| 271 | + checksum: 535706decb436975980ec4b6144025c939c38501 |
| 272 | + - kind: enhancement |
| 273 | + summary: Improve the Prometheus helper to handle multiple content types including blank and invalid headers. |
| 274 | + description: "" |
| 275 | + component: metricbeat |
| 276 | + pr: |
| 277 | + - https://github.com/elastic/beats/pull/47085 |
| 278 | + issue: [] |
| 279 | + impact: "" |
| 280 | + action: "" |
| 281 | + timestamp: 1760507204 |
| 282 | + file: |
| 283 | + name: 1760507204-bugfix-add-a-fix-to-handle-multiple-content-types-including-blank-and-invalid-headers.yaml |
| 284 | + checksum: 9edac2df33c8e82d6ee8d848c6cbd136cfbdd760 |
| 285 | + - kind: bug-fix |
| 286 | + summary: Allows users to customize their data stream namespace to "generic". |
| 287 | + description: "" |
| 288 | + component: all |
| 289 | + pr: |
| 290 | + - https://github.com/elastic/beats/pull/47140 |
| 291 | + issue: [] |
| 292 | + impact: "" |
| 293 | + action: "" |
| 294 | + timestamp: 1760572941 |
| 295 | + file: |
| 296 | + name: 1760572941-fix-ds-namespace.yaml |
| 297 | + checksum: d7721f51af64ce6cd8dfd12808320668d7fb0d15 |
0 commit comments