Skip to content

Commit cd2e2fd

Browse files
committed
Fix accidental removal of changelog entry
During a rebase the latest 4 series entry was deleted. This restores it.
1 parent 3cef0e3 commit cd2e2fd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
1-
## 5.0.0 ##
1+
## 5.0.0
22
- SSL settings that were marked deprecated in version `4.17.0` are now marked obsolete, and will prevent the plugin from starting.
33
- These settings are:
44
- `ssl`, which should bre replaced by `ssl_enabled`
55
- `ca_file`, which should bre replaced by `ssl_certificate_authorities`
66
- `ssl_certificate_verification`, which should bre replaced by `ssl_verification_mode`
77
- [#213](https://github.com/logstash-plugins/logstash-input-elasticsearch/pull/213)
88

9+
## 4.20.5
10+
- Add `x-elastic-product-origin` header to Elasticsearch requests [#211](https://github.com/logstash-plugins/logstash-input-elasticsearch/pull/211)
11+
912
## 4.20.4
1013
- 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)
1114

0 commit comments

Comments
 (0)