- Installation and Upgrade Guide: other versions:
- Overview
- Installing the Elastic Stack
- Installing in an air-gapped environment
- Serverless changelog
- Breaking changes
- Release notes
- Upgrade to Elastic 9.0.0-beta1
Logstash release notes
editLogstash release notes
editLogstash version 9.0.0-rc1
editComing in 9.0.0-rc1.
Logstash version 9.0.0-beta1
editBreaking changes
editPipeline buffer type changed to heap
editSet pipeline.buffer.type
to direct
to continue using direct memory with Elastic Agent, Beats, TCP, and HTTP input plugins #16500
Removed deprecated params
edithttp.*
params replaced by api.*
are removed #16552
event_api.tags.illegal
no longer exists.
Instead, Logstash generates _tagsparsefailure
in the event tags
and the illegal value is written to the _tags
field #16461
Removed Logstash modules
editRemoved netflow, fb_apache and azure #16514
Removed Arcsight module and the modules framework #16794
Removed ingest-converter #16453
Logstash does not run with superuser by default
editStarting with 9.0, set allow_superuser
to true
if you prefer running Logstash as a superuser #16558
Plugin releases
editelastic_integration Filter - 9.0.0
- 9.0 prerelease compatible plugin version #265
Elasticsearch Filter - 4.1.0
- Remove deprecated SSL settings #183
Http Filter - 2.0.0
- Remove deprecated SSL settings #54
Beats Input - 7.0.1
- Remove deprecated SSL settings #508
Elastic_serverless_forwarder Input - 2.0.0
Elasticsearch Input - 5.0.0
- Remove deprecated SSL settings #213
Http Input - 4.1.0
- Remove deprecated SSL settings #182
Http_poller Input - 6.0.0
- Remove deprecated SSL settings #149
Tcp Input - 7.0.0
- Remove deprecated SSL settings #228
Kafka Integration - 11.6.0
-
Support additional
oauth
andsasl
configuration options for configuring kafka client #189
Snmp Integration - 4.0.6
- [DOC] Fix typo in snmptrap migration section #74
Elasticsearch Output - 12.0.2
- Remove deprecated SSL settings #1197
Http Output - 6.0.0
- Remove deprecated SSL settings #147
Tcp Output - 7.0.0
- Remove deprecated SSL settings #58
On this page
- Logstash version 9.0.0-rc1
- Logstash version 9.0.0-beta1
- Breaking changes
- Pipeline buffer type changed to heap
- Removed deprecated params
- Removed Logstash modules
- JDK 11 support drop
- Docker base image change
- Logstash does not run with superuser by default
- Logstash introduces new setting to allow legacy internal monitoring
- Logstash avoids JSON log lines collision
- Plugin releases