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
I am pretty sure this error is occuring because I am not passing my elasticsearch username and password in my configuration. I was looking over the configuration options and wasn't able to find any to specify these credentials. Is there any way I can pass my credentials thru the elasticsearch targetURL? Or does anyone else have a better solution?
The text was updated successfully, but these errors were encountered:
I think you need to start mongo-connector with the authentication params as described in the doc-manager options. The config should be in JSON format so try it with {"authentication": {"password": XXX}}
I keep getting the following authentication error when running mongo-connector:
ConnectionRefusedError: [Errno 111] Connection refused
I am pretty sure this error is occuring because I am not passing my elasticsearch username and password in my configuration. I was looking over the configuration options and wasn't able to find any to specify these credentials. Is there any way I can pass my credentials thru the elasticsearch targetURL? Or does anyone else have a better solution?
The text was updated successfully, but these errors were encountered: