-
Notifications
You must be signed in to change notification settings - Fork 254
Doc: Logstash pre-9.0.0 release notes #2998
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 3 commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
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
111 changes: 0 additions & 111 deletions
111
docs/en/install-upgrade/release-notes/release-notes-logstash-beta1.asciidoc
This file was deleted.
Oops, something went wrong.
130 changes: 129 additions & 1 deletion
130
docs/en/install-upgrade/release-notes/release-notes-logstash-rc1.asciidoc
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 |
---|---|---|
@@ -1,3 +1,131 @@ | ||
= {ls} version 9.0.0-rc1 | ||
|
||
coming::[9.0.0-rc1] | ||
coming::[9.0.0-rc1] | ||
|
||
== Breaking changes | ||
|
||
[[pipeline-buffer-type]] | ||
=== Pipeline buffer type changed to 'heap' | ||
|
||
Set `pipeline.buffer.type` to `direct` to continue using direct memory with {agent}, {beats}, TCP, and HTTP input plugins https://github.com/elastic/logstash/pull/16500[#16500] | ||
|
||
[[removed-params]] | ||
=== Removed deprecated params | ||
|
||
`http.*` params replaced by `api.*` are removed https://github.com/elastic/logstash/pull/16552[#16552] | ||
|
||
`event_api.tags.illegal` no longer exists. | ||
Instead, {ls} generates `_tagsparsefailure` in the event `tags` and the illegal value is written to the `_tags` field https://github.com/elastic/logstash/pull/16461[#16461] | ||
|
||
[[removed-modules]] | ||
=== Removed {ls} modules | ||
|
||
Removed netflow, fb_apache and azure https://github.com/elastic/logstash/pull/16514[#16514] | ||
|
||
Removed Arcsight module and the modules framework https://github.com/elastic/logstash/pull/16794[#16794] | ||
|
||
Removed ingest-converter https://github.com/elastic/logstash/pull/16453[#16453] | ||
|
||
[[jdk-11-support-drop]] | ||
=== JDK 11 support drop | ||
|
||
Starting with {ls} 9.0, we no longer support Java 11 https://github.com/elastic/logstash/pull/16443[#16443] | ||
|
||
[[docker-base-image-change]] | ||
=== Docker base image change | ||
|
||
{ls} on Docker, Ubuntu base image changed to UBI https://github.com/elastic/logstash/pull/16599[#16599] | ||
|
||
[[allow-superuser]] | ||
=== {ls} does not run with superuser by default | ||
|
||
Starting with 9.0, set `allow_superuser` to `true` if you prefer running {ls} as a superuser https://github.com/elastic/logstash/pull/16558[#16558] | ||
|
||
[[allow-legacy-monitoring]] | ||
=== {ls} introduces new setting to allow legacy internal monitoring | ||
|
||
Starting from 9.0, set `xpack.monitoring.allow_legacy_collection` to `true` to explicitly permit legacy monitoring https://github.com/elastic/logstash/pull/16586[#16586] | ||
|
||
[[avoid-collision-on-json-fileds]] | ||
=== {ls} avoids JSON log lines collision | ||
|
||
`log.format.json.fix_duplicate_message_fields` config is enabled by default to avoid collision on `message` field in log lines when `log.format` is JSON https://github.com/elastic/logstash/pull/16578[#16578] | ||
|
||
|
||
[[logstash-900-rc1-features-enhancements]] | ||
== Features and enhancements | ||
|
||
* Use UBI9 as base image https://github.com/elastic/logstash/pull/17174[#17174] | ||
* Improve plugins remove command to support multiple plugins https://github.com/elastic/logstash/pull/17030[#17030] | ||
* Allow concurrent Batch deserialization https://github.com/elastic/logstash/pull/17050[#17050] | ||
* Upgrade filter-xml and its nokogori dependency https://github.com/elastic/logstash/pull/17130[#17130] | ||
* Update rack dependency to 3.1.11 https://github.com/elastic/logstash/pull/17230[#17230] | ||
* Upgrade elasticsearch-ruby client to v8 https://github.com/elastic/logstash/pull/17161[#17161] | ||
mashhurs marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
karenzone marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
||
|
||
[[logstash-900-rc1-fixes]] | ||
== Fixes | ||
|
||
* Fix pqcheck and pqrepair on Windows https://github.com/elastic/logstash/pull/17210[#17210] | ||
* Fix empty node stats pipelines https://github.com/elastic/logstash/pull/17185[#17185] | ||
|
||
[[logstash-900-rc1-plugins]] | ||
== Plugin releases | ||
|
||
*elastic_integration Filter - 9.0.0* | ||
|
||
* 9.0 prerelease compatible plugin version https://github.com/elastic/logstash-filter-elastic_integration/pull/265[#265] | ||
|
||
*Elasticsearch Filter - 4.1.0* | ||
|
||
* Remove deprecated SSL settings https://github.com/logstash-plugins/logstash-filter-elasticsearch/pull/183[#183] | ||
|
||
*Http Filter - 2.0.0* | ||
|
||
* Remove deprecated SSL settings https://github.com/logstash-plugins/logstash-filter-http/pull/54[#54] | ||
|
||
*Beats Input - 7.0.1* | ||
|
||
* Remove deprecated SSL settings https://github.com/logstash-plugins/logstash-input-beats/pull/508[#508] | ||
|
||
*Elastic_serverless_forwarder Input - 2.0.0* | ||
|
||
* Remove deprecated SSL settings https://github.com/logstash-plugins/logstash-input-elastic_serverless_forwarder/pull/11[#11] | ||
|
||
* Promote from technical preview to GA https://github.com/logstash-plugins/logstash-input-elastic_serverless_forwarder/pull/10[#10] | ||
|
||
*Elasticsearch Input - 5.0.0* | ||
|
||
* Remove deprecated SSL settings https://github.com/logstash-plugins/logstash-input-elasticsearch/pull/213[#213] | ||
|
||
*Http Input - 4.1.0* | ||
|
||
* Remove deprecated SSL settings https://github.com/logstash-plugins/logstash-input-http/pull/182[#182] | ||
|
||
*Http_poller Input - 6.0.0* | ||
|
||
* Remove deprecated SSL settings https://github.com/logstash-plugins/logstash-input-http_poller/pull/149[#149] | ||
|
||
*Tcp Input - 7.0.0* | ||
|
||
* Remove deprecated SSL settings https://github.com/logstash-plugins/logstash-input-tcp/pull/228[#228] | ||
|
||
*Kafka Integration - 11.6.0* | ||
|
||
* Support additional `oauth` and `sasl` configuration options for configuring kafka client https://github.com/logstash-plugins/logstash-integration-kafka/pull/189[#189] | ||
|
||
*Snmp Integration - 4.0.6* | ||
|
||
* [DOC] Fix typo in snmptrap migration section https://github.com/logstash-plugins/logstash-integration-snmp/pull/74[#74] | ||
|
||
*Elasticsearch Output - 12.0.2* | ||
|
||
* Remove deprecated SSL settings https://github.com/logstash-plugins/logstash-output-elasticsearch/pull/1197[#1197] | ||
|
||
*Http Output - 6.0.0* | ||
|
||
* Remove deprecated SSL settings https://github.com/logstash-plugins/logstash-output-http/pull/147[#147] | ||
|
||
*Tcp Output - 7.0.0* | ||
|
||
* Remove deprecated SSL settings https://github.com/logstash-plugins/logstash-output-tcp/pull/58[#58] |
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
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.