Faizal Pribadi

Results 1 comments of Faizal Pribadi

You need to set the sniff method on client like this : ```go elastic.NewClient(elastic.SetURL("http://localhost:9200"), elastic.SetSniff(false), elastic.SetBasicAuth("elastic", "changeme")) ```