From cd2e2fd8bbc54dbf1f2a81109d74f0bb4422c41b Mon Sep 17 00:00:00 2001 From: donoghuc Date: Mon, 16 Dec 2024 11:25:47 -0800 Subject: [PATCH] Fix accidental removal of changelog entry During a rebase the latest 4 series entry was deleted. This restores it. --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f9a6514..e70053a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 5.0.0 ## +## 5.0.0 - SSL settings that were marked deprecated in version `4.17.0` are now marked obsolete, and will prevent the plugin from starting. - These settings are: - `ssl`, which should bre replaced by `ssl_enabled` @@ -6,6 +6,9 @@ - `ssl_certificate_verification`, which should bre replaced by `ssl_verification_mode` - [#213](https://github.com/logstash-plugins/logstash-input-elasticsearch/pull/213) +## 4.20.5 + - Add `x-elastic-product-origin` header to Elasticsearch requests [#211](https://github.com/logstash-plugins/logstash-input-elasticsearch/pull/211) + ## 4.20.4 - Fix issue where the `index` parameter was being ignored when using `response_type => aggregations` [#209](https://github.com/logstash-plugins/logstash-input-elasticsearch/pull/209)