logstash icon indicating copy to clipboard operation
logstash copied to clipboard

Update default container config to avoid deprecation warning

Open donoghuc opened this issue 2 months ago • 2 comments

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.

donoghuc avatar Oct 03 '25 21:10 donoghuc

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?

donoghuc avatar Oct 20 '25 17:10 donoghuc