-
Notifications
You must be signed in to change notification settings - Fork 5k
Add Beats 8.19.19 release notes #52086
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
Merged
Changes from all commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
4cf61b3
add the 8.19.19 Beats release notes
pierrehilbert 4fec37e
remove duplicate entries
ebeahan 9979129
Add release notes 8.19.19 to CHANGELOG.asciidoc
vishaangelova b57bb5f
Apply suggestions from code review
ebeahan 046f9fb
Merge branch '8.19' into release-notes-8.19.19
vishaangelova 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,88 @@ | ||
| // begin 8.19.19 relnotes | ||
|
|
||
| [[release-notes-8.19.19]] | ||
| == 8.19.19 | ||
|
|
||
| Review important information about the 8.19.19 release. | ||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
| [discrete] | ||
| [[enhancements-8.19.19]] | ||
| === Enhancements | ||
|
|
||
|
|
||
|
|
||
|
|
||
| **Filebeat** | ||
|
|
||
| * Optimize filestream logger performance. https://github.com/elastic/beats/pull/51444[#51444] | ||
| * Add a configurable retry policy to the Azure Blob Storage input. https://github.com/elastic/beats/pull/51787[#51787] https://github.com/elastic/beats/issues/44629[#44629] | ||
|
|
||
|
|
||
|
|
||
|
|
||
| [discrete] | ||
| [[bug-fixes-8.19.19]] | ||
| === Bug fixes | ||
|
|
||
|
|
||
|
|
||
|
|
||
| **All** | ||
|
|
||
| * Fix goroutine leak when processor construction fails. https://github.com/elastic/beats/pull/51727[#51727] | ||
| * Fix data races in the `add_docker_metadata` cache initialization. https://github.com/elastic/beats/pull/51844[#51844] | ||
| * Close Beat processors on Beat OTel processor shutdown to avoid leaking resources on collector reloads. https://github.com/elastic/beats/pull/51753[#51753] | ||
|
|
||
|
|
||
| **Auditbeat** | ||
|
|
||
| * Fix data races in the backoff accounting of the `add_session_metadata` processor's `kernel_tracing` provider. https://github.com/elastic/beats/pull/51762[#51762] | ||
|
|
||
|
|
||
| **Elastic agent** | ||
|
|
||
| * Fix registry corruption issue with multiple Metricbeat receivers. https://github.com/elastic/beats/pull/51591[#51591] https://github.com/elastic/elastic-agent/issues/15154[#15154] | ||
|
|
||
|
|
||
| **Filebeat** | ||
|
|
||
| * Filestream now defers shutdown until it reaches EOF or a configurable timeout. The new `read_until_eof` option (enabled by default) lets you opt out. https://github.com/elastic/beats/pull/51206[#51206] https://github.com/elastic/beats/issues/40447[#40447] | ||
| * Validate that HTTPJSON pagination URLs share the configured request URL origin. https://github.com/elastic/beats/pull/51551[#51551] | ||
| * Fix Filebeat duplicating events after a normal shutdown caused by a race in the registrar. https://github.com/elastic/beats/pull/51613[#51613] | ||
| * Avoid slice-bounds panic when sorting copytruncate rotated files by date. https://github.com/elastic/beats/pull/51606[#51606] | ||
| * Fix type loss in HTTP JSON template transform handling. https://github.com/elastic/beats/pull/51756[#51756] | ||
| * Fix filestream data loss when a harvester closes before ingesting any data. https://github.com/elastic/beats/pull/51697[#51697] | ||
| * Fix CrowdStrike streaming input retry cap so max_attempts and infinite_retries are honoured. https://github.com/elastic/beats/pull/51729[#51729] | ||
| * Make the CrowdStrike streaming input self-heal from transient discover failures. https://github.com/elastic/beats/pull/51763[#51763] | ||
| * Prevent Filebeat startup failure when `meta.json` is left empty after migration. https://github.com/elastic/beats/pull/51791[#51791] | ||
| * Fix `aws-s3` input not performing `backup_to_bucket` and `delete_after_backup` in polling mode. https://github.com/elastic/beats/pull/51884[#51884] https://github.com/elastic/beats/issues/46672[#46672] | ||
| * Fix goroutine leak in request trace logging infrastructure. https://github.com/elastic/beats/pull/51955[#51955] | ||
|
|
||
|
|
||
| **Libbeat** | ||
|
|
||
| * Fix a data race in the `rate_limit` processor when configured with fields and run concurrently. https://github.com/elastic/beats/pull/51742[#51742] | ||
| * Fix a startup data race in the `add_kubernetes_metadata` processor. https://github.com/elastic/beats/pull/51750[#51750] | ||
|
|
||
|
|
||
| **Metricbeat** | ||
|
|
||
| * Fix a race condition during metricset closure. https://github.com/elastic/beats/pull/51709[#51709] | ||
|
|
||
|
|
||
| **Osquerybeat** | ||
|
|
||
| * Fix a rare crash when Osquery restarts after a configuration change. https://github.com/elastic/beats/pull/51564[#51564] | ||
|
|
||
| // end 8.19.19 relnotes | ||
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.