-
Notifications
You must be signed in to change notification settings - Fork 5k
Add Beats 8.19.10 release notes #48354
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
+235
−383
Merged
Changes from 3 commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,60 @@ | ||
| // begin 8.19.10 relnotes | ||
|
|
||
| [[release-notes-8.19.10]] | ||
| == 8.19.10 | ||
|
|
||
| Review important information about the 8.19.10 release. | ||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
| [discrete] | ||
| [[new-features-8.19.10]] | ||
| === New features | ||
|
|
||
| The 8.19.10 release adds the following new and notable features. | ||
|
|
||
|
|
||
|
|
||
|
|
||
| **Filebeat** | ||
|
|
||
| * Add client secret authentication method for Azure Event Hub and storage in Filebeat. https://github.com/elastic/beats/pull/47256[#47256] | ||
| * Improving input error reporting to Elastic Agent, specially when pipeline configurations are incorrect. https://github.com/elastic/beats/pull/47905[#47905] https://github.com/elastic/beats/issues/45649[#45649] | ||
| * Support for AMQP-over-WebSocket transport in the azure-eventhub processor v2. https://github.com/elastic/beats/pull/47956[#47956] https://github.com/elastic/beats/issues/47823[#47823] | ||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
| [discrete] | ||
| [[bug-fixes-8.19.10]] | ||
| === Bug fixes | ||
|
|
||
|
|
||
|
|
||
|
|
||
| **All** | ||
|
|
||
| * Add msync syscall to seccomp whitelist for BadgerDB persistent cache. https://github.com/elastic/beats/pull/48229[#48229] | ||
|
|
||
|
|
||
| **Metricbeat** | ||
|
|
||
| * Harden Prometheus metrics parser against panics caused by malformed input data. https://github.com/elastic/beats/pull/47914[#47914] | ||
| * Add bounds checking to Zookeeper server module to prevent index-out-of-range panics. https://github.com/elastic/beats/pull/47915[#47915] | ||
| * Fix panic in graphite server metricset when metric has fewer parts than template expects. https://github.com/elastic/beats/pull/47916[#47916] | ||
| * Skip regions with no permission to query for AWS CloudWatch metrics. https://github.com/elastic/beats/pull/48135[#48135] | ||
|
|
||
|
|
||
| **Packetbeat** | ||
|
|
||
| * Fix bounds checking in MongoDB protocol parser to prevent panics. https://github.com/elastic/beats/pull/47925[#47925] | ||
|
|
||
| // end 8.19.10 relnotes |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,134 @@ | ||
| version: 8.19.10 | ||
| entries: | ||
| - kind: feature | ||
| summary: Add client secret authentication method for Azure Event Hub and storage in Filebeat. | ||
| description: "" | ||
| component: filebeat | ||
| pr: | ||
| - https://github.com/elastic/beats/pull/47256 | ||
| issue: [] | ||
| impact: "" | ||
| action: "" | ||
| timestamp: 1761678237 | ||
| file: | ||
| name: 1761678237-feat-add-client-secret-auth-for-azure-eventhub.yaml | ||
| checksum: bd410e43c8c12c2ac8bbd67d4ef6a086a462a024 | ||
| - kind: bug-fix | ||
| summary: fix bounds checking in MongoDB protocol parser to prevent panics | ||
| description: "" | ||
| component: packetbeat | ||
| pr: | ||
| - https://github.com/elastic/beats/pull/47925 | ||
| issue: [] | ||
| impact: "" | ||
| action: "" | ||
| timestamp: 1764865514 | ||
| file: | ||
| name: 1764865514-fix-mongodb-parser-bounds-checking.yaml | ||
| checksum: c1b5c5b19eca5066fa146031e239d09cc100ec7b | ||
| - kind: feature | ||
| summary: Improving input error reporting to Elastic Agent, specially when pipeline configurations are incorrect. | ||
| description: "" | ||
| component: filebeat | ||
| pr: | ||
| - https://github.com/elastic/beats/pull/47905 | ||
| issue: | ||
| - https://github.com/elastic/beats/issues/45649 | ||
| impact: "" | ||
| action: "" | ||
| timestamp: 1765204121 | ||
| file: | ||
| name: 1765204121-Correctly-report-V2-inputs-as-failed-to-the-Manager.yaml | ||
| checksum: b29fc353572f21e3500e9563be8ef4e7c1a6bd78 | ||
| - kind: feature | ||
| summary: Support for AMQP-over-WebSocket transport in the azure-eventhub processor v2. | ||
| description: "" | ||
| component: filebeat | ||
| pr: | ||
| - https://github.com/elastic/beats/pull/47956 | ||
| issue: | ||
| - https://github.com/elastic/beats/issues/47823 | ||
| impact: "" | ||
| action: "" | ||
| timestamp: 1765280088 | ||
| file: | ||
| name: 1765280088-azure-eventhub-v2-add-support-for-amqp-over-websocket-and-https-proxy.yaml | ||
| checksum: 1f1fc5540af22b8067fa7adf8ecc4ffd029811ba | ||
| - kind: bug-fix | ||
| summary: Harden Prometheus metrics parser against panics caused by malformed input data | ||
| description: "" | ||
| component: metricbeat | ||
| pr: | ||
| - https://github.com/elastic/beats/pull/447914 | ||
| issue: [] | ||
| impact: "" | ||
| action: "" | ||
| timestamp: 1765545606 | ||
| file: | ||
| name: 1765545606-prometheus-parser-panic-fix.yaml | ||
| checksum: 11eb2d7c75f886ada31683f02737942cfb6f3197 | ||
| - kind: bug-fix | ||
| summary: Add bounds checking to Zookeeper server module to prevent index-out-of-range panics | ||
| description: "" | ||
| component: metricbeat | ||
| pr: | ||
| - https://github.com/elastic/beats/pull/47915 | ||
| issue: [] | ||
| impact: "" | ||
| action: "" | ||
| timestamp: 1765545791 | ||
| file: | ||
| name: 1765545791-zookeeper-panic-fix.yaml | ||
| checksum: 1e5ec03a5573800254df1442fb80f811b85cfe4d | ||
| - kind: bug-fix | ||
| summary: Fix panic in graphite server metricset when metric has fewer parts than template expects | ||
| description: "" | ||
| component: metricbeat | ||
| pr: | ||
| - https://github.com/elastic/beats/pull/47916 | ||
| issue: [] | ||
| impact: "" | ||
| action: "" | ||
| timestamp: 1765545902 | ||
| file: | ||
| name: 1765545902-graphite-panic-fix.yaml | ||
| checksum: c6edc712a38fda9e12000af1cbb607f43470c214 | ||
| - kind: other | ||
| summary: Upgrade opentelemtry-collector-contrib to 0.141.0 and opentelemetry-collector to 1.47.0 | ||
| description: "" | ||
| component: all | ||
| pr: | ||
| - https://github.com/elastic/beats/pull/48122 | ||
| issue: [] | ||
| impact: "" | ||
| action: "" | ||
| timestamp: 1765934075 | ||
| file: | ||
| name: 1765934075-upgrade-opentelemtry-collector-contrib-to-0.141.0-and-opentelemetry-collector-to-1.47.0.yaml | ||
| checksum: 1296886e0c350aa506ded72a720005212e329c6b | ||
| - kind: bug-fix | ||
| summary: Skip regions with no permission to query for AWS CloudWatch metrics | ||
| description: "" | ||
| component: metricbeat | ||
| pr: | ||
| - https://github.com/elastic/beats/pull/448135 | ||
| issue: [] | ||
| impact: "" | ||
| action: "" | ||
| timestamp: 1765999977 | ||
| file: | ||
| name: 1765999977-aws-cloudwatch-skip-region.yaml | ||
| checksum: aebf66827410e12721468fbe19c7d15f10a715af | ||
| - kind: bug-fix | ||
| summary: Add msync syscall to seccomp whitelist for BadgerDB persistent cache | ||
| description: "" | ||
| component: all | ||
| pr: | ||
| - https://github.com/elastic/beats/pull/48229 | ||
| issue: [] | ||
| impact: "" | ||
| action: "" | ||
| timestamp: 1766514675 | ||
| file: | ||
| name: 1766514675-badger-msync.yaml | ||
| checksum: 99e96030a447b1f3a801890ce393ed6c08e25d7b |
45 changes: 0 additions & 45 deletions
45
changelog/fragments/1761678237-feat-add-client-secret-auth-for-azure-eventhub.yaml
This file was deleted.
Oops, something went wrong.
4 changes: 0 additions & 4 deletions
4
changelog/fragments/1764865514-fix-mongodb-parser-bounds-checking.yaml
This file was deleted.
Oops, something went wrong.
32 changes: 0 additions & 32 deletions
32
changelog/fragments/1765204121-Correctly-report-V2-inputs-as-failed-to-the-Manager.yaml
This file was deleted.
Oops, something went wrong.
32 changes: 0 additions & 32 deletions
32
...nts/1765280088-azure-eventhub-v2-add-support-for-amqp-over-websocket-and-https-proxy.yaml
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.