logstash
logstash copied to clipboard
Update default container config to avoid deprecation warning
Release notes
The default configuration for logstash container images no longer warns of a deprecated http.host configuration option.
What does this PR do?
Use the api.http.host instead of http.post in the default container config to avoid noisy deprecation warnings.
Why is it important/What is the impact to the user?
Consumers of container will not need to modify the default config to avoid seeing deprecation warnings.
:broken_heart: Build Failed
- Buildkite Build
- Commit: de592dc1e3d6b78cf074bf135777dd8d79cc9c4d
Failed CI Steps
We need to do a bit more research in to the upgrade/compatability of this change. For example if api.host is set and we introduce this as a default, what will be the outcome? A duplication warning/error? Nothing?