-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Description
That's not really a bug but a missing feature :)
It seems not to be possible to use authentication when connecting to Elasticsearch, or is it?
The call client = Elasticsearch([{'host': process.host, 'port': process.port}]) doesn't allow for it.
Can we have something like this please? :)
client = Elasticsearch([{'host': process.host, 'port': process.port}],
http_auth=(process.user, process.password))