Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

elastic_search Handler Does Not Work (Invalid Factory Parameters) #500

Open
Kenneth-Sills opened this issue Feb 4, 2025 · 0 comments · May be fixed by #501
Open

elastic_search Handler Does Not Work (Invalid Factory Parameters) #500

Kenneth-Sills opened this issue Feb 4, 2025 · 0 comments · May be fixed by #501

Comments

@Kenneth-Sills
Copy link

As noted here, using type: elastic_search for a handler does not work. We attempt to pass the host as host, but the ClientBuilder::fromConfig from upstream expects a plural hosts array.

This applies to both v7 and v8. There are no workarounds, except to install the Elastica client instead (v7 due to #499).

We have no tests for elastic_search handlers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant