-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Description
I'm running Elasticsearch v1.4.4 in a Docker container. I kept having trouble getting the client to work properly. I was trying to run the sample in the README (obviously pointing to my Docker container instead of localhost). It was taking ~30 seconds to create the client, and then would fail to create the index with the error: no Elasticsearch node available.
As soon as I set turned off sniffing when creating the client (elastic.SetSniff(false)), everything worked perfectly. It doesn't really bother me that I have to turn sniffing off, but I wanted to put this issue out to see if anyone else had seen an issue like this.
P.S. @olivere - The documentation is awesome! π
giftig and bpietraszuk
Metadata
Metadata
Assignees
Labels
No labels