We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
type: elastic_search
host
ClientBuilder::fromConfig
hosts
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.
The text was updated successfully, but these errors were encountered:
fix: correct service parameters for elastic_search type handlers
a9be50c
Closes symfony#500
Successfully merging a pull request may close this issue.
As noted here, using
type: elastic_search
for a handler does not work. We attempt to pass the host ashost
, but theClientBuilder::fromConfig
from upstream expects a pluralhosts
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.The text was updated successfully, but these errors were encountered: