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
i'm using an elasticsearch cloud instance from elastic.co
Today they switch on authorization (Shield plugin) on every instance.
How can i connect to the server with auth?
this is the error that i receive:
2018-02-20T17:26:29+00:00 ERR (3): AuthenticationException[action [indices:data/read/search] requires authentication]
The text was updated successfully, but these errors were encountered:
I understand that i need to have "curl" with user and pass.
Where i can change curl request to add authentication?
I see some code about curl here: https://github.com/Smile-SA/smile-magento-elasticsearch/blob/release_1.4/src/lib/vendor/monolog/monolog/src/Monolog/Handler/LogglyHandler.php
https://github.com/Smile-SA/smile-magento-elasticsearch/blob/release_1.4/src/lib/vendor/guzzle/http/Guzzle/Http/Curl/CurlHandle.php
https://github.com/Smile-SA/smile-magento-elasticsearch/blob/release_1.4/src/lib/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Connections/CurlMultiConnection.php
Sorry, something went wrong.
No branches or pull requests
i'm using an elasticsearch cloud instance from elastic.co
Today they switch on authorization (Shield plugin) on every instance.
How can i connect to the server with auth?
this is the error that i receive:
2018-02-20T17:26:29+00:00 ERR (3): AuthenticationException[action [indices:data/read/search] requires authentication]
The text was updated successfully, but these errors were encountered: