Sylvain Wallez

Results 53 comments of Sylvain Wallez

Thanks for the report @iverase. The `search_mvt` API is one of the few APIs that doesn't return JSON and the client was improperly trying to parse the binary vector tile...

We want to provide strongly typed values in this client. Fields of type `FieldValue` will have additional overloaded setters for its variants in a future release.

There's no equivalent for now, but we're working on a replacement that will land in the near future.

Sorry, no update yet. I'll raise this internally as a topic that needs to be prioritized.

Thanks for the report. I don't see how this can possibly be related to the use of the Java client, as the client will just send a standard bulk request...

Thanks for reporting this. It's an issue in the API specification used to produce the Java code. https://github.com/elastic/elasticsearch-specification/pull/1589 has been opened to solve this issue, and the Java client will...

Dependabot certainly gets its information from [Maven Central](https://search.maven.org/artifact/co.elastic.clients/elasticsearch-java). Regarding tags, they should be added automatically by the Elastic Stack release manager. I'll reach out to our infra team to see...

This is actually a bug related to the fact that this is a `HEAD` request that doesn't return a JSON error reponse. We have to create the error response in...

@darxriggs you're right. The code generator produces a no-parameter version of API methods when all properties of the request object are optional. For some of requests that was an error...

I cannot reproduce this locally, I guess because the error comes from a specific property in the template definition. Can you provide the JSON output of `GET _template/logs-apm.app`? Alternatively, upgrading...