8000 [8.18] (backport #17711) Release notes for 8.17.8 by mergify[bot] · Pull Request #17728 · elastic/logstash · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

[8.18] (backport #17711) Release notes for 8.17.8 #17728

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 2 commits into from
Jun 24, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
8000
Diff view
Diff view
17 changes: 17 additions & 0 deletions docs/static/releasenotes.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ This section summarizes the changes in the following releases:
* <<logstash-8-18-2,Logstash 8.18.2>>
* <<logstash-8-18-1,Logstash 8.18.1>>
* <<logstash-8-18-0,Logstash 8.18.0>>
* <<logstash-8-17-8,Logstash 8.17.8>>
* <<logstash-8-17-7,Logstash 8.17.7>>
* <<logstash-8-17-6,Logstash 8.17.6>>
* <<logstash-8-17-5,Logstash 8.17.5>>
Expand Down Expand Up @@ -197,6 +198,22 @@ Check out the https://discuss.elastic.co/c/announcements/security-announcements/

* Support additional `oauth` and `sasl` configuration options for configuring kafka client https://github.com/logstash-plugins/logstash-integration-kafka/pull/189[#189]

[[logstash-8-17-8]]
=== Logstash 8.17.8 Release Notes

No user-facing changes in Logstash core.

[[plugins-8-17-8]]
==== Plugins

*Kafka Integration - 11.6.3*

* Support additional `oauth` and `sasl` configuration options for configuring kafka client https://github.com/logstash-plugins/logstash-integration-kafka/pull/189[#189]
* Expose the SASL client callback class setting to the Logstash configuration https://github.com/logstash-plugins/logstash-integration-kafka/pull/177[#177]
* Add a mechanism to load AWS IAM authentication as SASL client libraries at startup https://github.com/logstash-plugins/logstash-integration-kafka/pull/178[#178]
* Update kafka client to `3.9.1` https://github.com/logstash-plugins/logstash-integration-kafka/pull/193[#193]
* Docs: fixed setting type reference for `sasl_iam_jar_paths` https://github.com/logstash-plugins/logstash-integration-kafka/pull/192[#192]

[[logstash-8-17-7]]
=== Logstash 8.17.7 Release Notes

Expand Down
0