Karel Minarik
Karel Minarik
Hello, this question comes up periodically — I think the last time I've responded in detail was in https://github.com/elastic/go-elasticsearch/issues/120. The short answer "why they are not implemented" is that there's...
Thanks for looking into this, @andrewstucki! I'm out of office until the end of the month, so it might take some time to fully process the changes, merge them, etc....
Hello! With regards to separating the changes, it's perfectly fine to just rebase the commits, and force push to this branch/PR. Thinking about it, perhaps it's better to leave out...
I finally had some time to look into the issue and think about the problem today. While I'm definitely _not_ opposed to exposing the constructors of the individual APIs, I...
Hello, this looks more related to Elasticsearch itself than the Go library. Maybe [enable logging](https://github.com/elastic/go-elasticsearch/tree/master/_examples/logging) in the client, so you can provide the requests and responses in the `curl` format,...
Hello! This is strange, as all kinds of errors should be propagated. I've tried the executable example [`_examples/bulk/indexer.go`](https://github.com/elastic/go-elasticsearch/blob/master/_examples/bulk/indexer.go) against the `6.x` branch, and there's a subtle difference between `OnError` for...
Hello, any news here?
Hello, with "conditional update", you're referring to passing a Painless script as part of the bulk request, and `noop`-ing the operation based on script condition? If so, that is supported,...
Hey, sorry for the delay. Did you find a way to make it work in the end? I'm afraid I can't jump into the code to provide a working JSON...
Hello! Sorry for the delay. As of now, there's no Go API for the Kibana API. I guess it would be better to raise the issue in the Kibana repository,...