New

The executive guide to generative AI

Read more

Logstash 8.0.0-rc1 Release Notes

Logstash 8.0.0-rc1 Release Notes

Breaking changes

ECS compatibility

Many plugins can now be run in a mode that avoids implicit conflict with the Elastic Common Schema (ECS). This mode is controlled individually with each plugin’s ecs_compatibility option, which defaults to the value of the Logstash pipeline.ecs_compatibility setting. In Logstash 8, this compatibility mode will be on-by-default for all pipelines.

If you wish to lock in a pipeline’s behavior from Logstash 7.x before upgrading to Logstash 8, you can set pipeline.ecs_compatibility: disabled to its definition in pipelines.yml (or globally in logstash.yml).

New features and enhancements

Logstash Docker images are now based on Ubuntu 20.04.

Plugin releases

Plugins align with release 7.16.2

Was this helpful?
Feedback