Unanswered
Anyone Had Success With Specifying Elasticsearch Password To Api Server?
I'Ve Tried Supplying It With Dynamic Config Variables But Pyhocon Doesn'T Support Tuples Afaik. So I Cannot Find Any Way To Create The Http_Auth Tuple In Elasticsearch() Create Api.
Well, from the ES driver code:if http_auth is not None: if isinstance(http_auth, (tuple, list)): http_auth = ":".join(http_auth)
159 Views
0
Answers
3 years ago
one year ago