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
**Related Issue(s):**
- #348
**Description:**
Allow to configure multiple Elasticsearch/OpenSearch hosts
(comma-separated) and enable `http_compress` by default.
**PR Checklist:**
- [x] Code is formatted and linted (run `pre-commit run --all-files`)
- [x] Tests pass (run `make test`)
- [ ] Documentation has been updated to reflect changes, if applicable
- [x] Changes are added to the changelog
Currently, responses are uncompressed which causes noticeable slowdowns in processing large bodies. Please enable
http_compress=True
. Docs for reference: https://opensearch.org/docs/latest/clients/python-low-level/The text was updated successfully, but these errors were encountered: