-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Release notes for 9.2.0 #18313
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
Release notes for 9.2.0 #18313
Changes from 3 commits
7947939
4783737
92a5ed7
6683a5a
1547209
8cdeaa7
d4eafc7
6759207
402a09b
8411ffe
4243520
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 |
|---|---|---|
|
|
@@ -21,6 +21,44 @@ To check for security updates, go to [Security announcements for the Elastic sta | |
| % ### Fixes [logstash-next-fixes] | ||
| % * | ||
|
|
||
| ## 9.2.0 [logstash-9.2.0-release-notes] | ||
|
|
||
| ### Features and enhancements [logstash-9.2.0-features-enhancements] | ||
|
|
||
| ##### Event compression for persisted queue | ||
|
|
||
| * Support for event compression in the persisted queue, controlled by the per-pipeline `queue.compression` setting, which defaults to `none` [#18121](https://github.com/elastic/logstash/pull/18121) | ||
| * Added metrics for pq compression [#18227](https://github.com/elastic/logstash/pull/18227) | ||
donoghuc marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| ##### Batch performance metrics | ||
|
|
||
robbavey marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| * Implements current batch event count and byte size metrics [#18160](https://github.com/elastic/logstash/pull/18160) | ||
| * Implements average batch event count and byte size metrics. The collection of such metric could be disabled, enabled for each batch or done on a sample of the total batches [#18000](https://github.com/elastic/logstash/pull/18000) | ||
|
|
||
|
|
||
donoghuc marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| * Dropped the persistent queue setting queue.checkpoint.interval [#17759](https://github.com/elastic/logstash/pull/17759) | ||
| * Reimplements BufferedTokenizer to leverage pure Java classes instead of use JRuby runtime's classes [#17229](https://github.com/elastic/logstash/pull/17229) | ||
| * Support for user defined metrics [#18218](https://github.com/elastic/logstash/pull/18218) | ||
| * Logging improvement while handling exceptions in the pipeline, ensuring that chained exceptions propagate enough information to be actionable. [#17935](https://github.com/elastic/logstash/pull/17935) | ||
| * [Support for using ES|QL queries](https://github.com/logstash-plugins/logstash-filter-elasticsearch/pull/194) in the Elasticsearch filter to add improved flexibility when ingesting data from Elasticsearch is now in Technical Preview. | ||
| * Gauge type metrics, such as current and peak connection counts of Elastic Agent, are now available in the `_node/stats` API response when the `vertices=true` parameter is included. These metrics are particularly useful for monitoring {{ls}} plugin activity on the {{ls}} Integration dashboards [#18090](https://github.com/elastic/logstash/pull/18090) | ||
| * Improve logstash release artifacts file metadata: mtime is preserved when buiilding tar archives [#18091](https://github.com/elastic/logstash/pull/18091) | ||
|
Member
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. Maybe we could add some explanation as to what this means (no more epoch timestamps for artifacts)
Member
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. I could, but one thing to note here is that this is a copied RN from a 9.1.z patch release. If we do this we would probably want to do it everywhere?
Member
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 - let's keep it. This is probably sufficient information for folks who have come across this issue to understand it |
||
|
|
||
| ### Plugins [logstash-plugin-9.2.0-changes] | ||
|
|
||
| **Elastic_integration Filter - 9.2.0** | ||
|
|
||
| 404: Not Found | ||
|
||
|
|
||
| **Translate Filter - 3.5.0** | ||
|
|
||
| * Introduce opt-in "yaml_load_strategy => streaming" to stream parse YAML dictionaries [#106](https://github.com/logstash-plugins/logstash-filter-translate/pull/106) | ||
donoghuc marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| **Snmp Integration - 4.1.0** | ||
|
|
||
| * Add support for SNMPv3 `context engine ID` and `context name` to the `snmptrap` input [#76](https://github.com/logstash-plugins/logstash-integration-snmp/pull/76) | ||
|
|
||
|
|
||
| ## 9.1.5 [logstash-9.1.5-release-notes] | ||
|
|
||
| No user-facing changes in Logstash core. | ||
|
|
||
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.
@yaauie Can you add detail here, and add color about the (backwards compatible) reduction in queue size without compression, and the new compression capabilities (and restrictions)
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.
This is completed 6759207 Rye provided the copy for the content of that commit.