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

how connect to elasticsearch when the cluster had set http_auth #14528

Open
gyco opened this issue May 14, 2020 · 4 comments
Open

how connect to elasticsearch when the cluster had set http_auth #14528

gyco opened this issue May 14, 2020 · 4 comments

Comments

@gyco
Copy link

gyco commented May 14, 2020

which parameter should be writen to the .json file when the es cluster should auth password and username before query

@svanschalkwyk
Copy link

I have the same issue. Seems ES connector code will have to be modified.

@rschlussel
Copy link
Contributor

@zhenxiao

@zhenxiao
Copy link
Collaborator

@gyco @svanschalkwyk sorry for the late reply. Many improvements have been added to Elasticsearch connector recently. could you please try the latest version, with new documentation?

@JMNDev
Copy link

JMNDev commented Jun 22, 2020

Hi @zhenxiao, I have the same "issue"/constrain.

I want to reach an elasticsearch cluster with just user and password authentication, and I already have tested the newest version of the connector and I can't reach the cluster because the connector is configured to use TLS Security, but the cluster i need to reach only have user password authentication, so even using the TLS configuration gives me an error, because its trying to force ssl connection where is not expected.

Theres no documentation about the use of user and password, exists any configuration that can be set to use just user and password.

Thank you very much in advance.

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

No branches or pull requests

5 participants