-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Logstash 9.2.0 release notes updates #18360
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -8,6 +8,24 @@ Known issues are significant defects or limitations that may impact your impleme | |
| These issues are actively being worked on and will be addressed in a future release. | ||
| Review known issues to help you make informed decisions, such as upgrading to a new version. | ||
|
|
||
| ## 9.2.0 | ||
|
|
||
| **BufferedTokenizer may silently drop data when oversize input has no delimiters** | ||
|
|
||
| Applies to: {{ls}} 9.2.0 | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Can we move Applies to an upper level for better visibility?
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. OK, I tried something different based on the ES format. I did keep the |
||
|
|
||
| ::::{dropdown} Details | ||
|
|
||
| The `decode_size_limit_bytes` setting for {{ls}} plugins that use the `json_lines` codec is behaving differently than expected. When the size limit exceeds the specified limit without a separator in the data, the size grows beyond the limit. | ||
| This occurs because size validation happens after the token is fully accumulated, which does not occur if no trailing separator is detected. | ||
|
|
||
| {{ls}} plugins that use the `json_lines` codec include `input-stdin` `input-http`, `input-tcp` `integration-logstash` and `input-elastic_serverless_forwarder`. | ||
|
|
||
| Best practice: Do not set `decode_size_limit_bytes` manually. | ||
|
|
||
| Details for this issue and the details for future behavior are being tracked in [#18321](https://github.com/elastic/logstash/issues/18321) | ||
| :::: | ||
|
|
||
|
|
||
| ## 9.0.0 | ||
|
|
||
|
|
||
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.
Three heading levels with no content inbetween can signal a structural issue. I restructured the content to [hopefully] achieve the emphasis you were going for, @robbavey, but eliminate a heading level. LMKWYT
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.
Much better!