You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #14905, we embarked on a process to standardize SSL settings across Logstash and its plugins.
We should continue this process by obsoleting old, deprecated settings for the 9.0 release of Logstash
Problem Statement
During https://github.com/elastic/ingest-dev/issues/1340, we embarked on a standardization process of SSL Settings, and added standardized settings to Logstash-core, and our most used plugins.
During that process, we deprecated the old settings, keeping both sets of settings in place to provide continuity.
The next phase of this plan is to remove the old deprecated settings for the 9.0 release - the old settings have been marked as deprecated for over 18 months, and having two sets of settings for these products may be confusing for users.
We should go through the process of removing the old settings, marking them as obsolete.
Each Change needs to:
Core
Ensure that all unit and integration tests still pass
Add details of change to the 9.0 breaking changes documentation in core.
Plugins
All plugin changes that remove SSL settings should be in a new major release
Mark old SSL settings as obsolete
Add details of change to the 9.0 breaking changes documentation in core.
Add breaking change entry to plugin changelog
Verify that any integration tests in core that rely on SSL settings still work. Fix any broken integration tests
Tasks
The content you are editing has changed. Please copy your edits and refresh the page.
In #14905, we embarked on a process to standardize SSL settings across Logstash and its plugins.
We should continue this process by obsoleting old, deprecated settings for the
9.0
release of LogstashProblem Statement
During https://github.com/elastic/ingest-dev/issues/1340, we embarked on a standardization process of SSL Settings, and added standardized settings to Logstash-core, and our most used plugins.
During that process, we deprecated the old settings, keeping both sets of settings in place to provide continuity.
The next phase of this plan is to remove the old deprecated settings for the
9.0
release - the old settings have been marked as deprecated for over 18 months, and having two sets of settings for these products may be confusing for users.We should go through the process of removing the old settings, marking them as obsolete.
Each Change needs to:
Core
9.0
breaking changes documentation in core.Plugins
major
release9.0
breaking changes documentation in core.Tasks
Tasks
The text was updated successfully, but these errors were encountered: