Skip to content

Commit

Permalink
Fix accidental removal of changelog entry
Browse files Browse the repository at this point in the history
During a rebase the latest 4 series entry was deleted. This restores it.
  • Loading branch information
donoghuc committed Dec 16, 2024
1 parent 3cef0e3 commit cd2e2fd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
## 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`
- `ca_file`, which should bre replaced by `ssl_certificate_authorities`
- `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)

Expand Down

0 comments on commit cd2e2fd

Please sign in to comment.