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)
288 Views
				0
Answers
				
					 
	4 years ago
				
					
						 
	2 years ago