You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix serverless compatibility: nil params in pool requests and unsupported template settings
Backport of fix-serverless-incompatible-issues to 11.x branch.
- Guard against nil params in perform_request_to_url with params ||= {}
- Replace nil with {} in http_client pool.put calls (template_put,
rollover_alias_put, ilm_policy_put) to prevent NoMethodError on
serverless when merging EAV headers
- Strip serverless-incompatible template settings (number_of_shards,
number_of_replicas) before installing templates on serverless ES
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,6 @@
1
+
## 11.22.16
2
+
- Fix serverless compatibility: guard against nil params in pool requests and strip unsupported template settings (number_of_shards, number_of_replicas) on serverless
3
+
1
4
## 11.22.15
2
5
- Improves the logging experience when DLQ used [#1258](https://github.com/logstash-plugins/logstash-output-elasticsearch/pull/1258)
0 commit comments