gmicouin

Results 4 comments of gmicouin

Hi @tobz ! You can find [here](https://www.elastic.co/guide/en/elasticsearch/client/python-api/current/migration.html) an example for the python client to enable the compatibility with elastic v8. And [here](https://github.com/elastic/elasticsearch-py/blob/2f5e8e25e039db3da9547814d88846f4bcdaabaa/elasticsearch/client/utils.py#L145) the code of official python client which replaces...

@tobz Yes I test this code with Elastic 8.x, and without this change the Elastic server 8.0 does not accept the request. Yes you're right, I have forgotten the Accept...

Hi @tobz ! It's a good idea this `compatible_version`. I have seen how could I do this implementation about the `Accept`, but I have no knowledge in Rust :s I...

Hi @spencergilbert, Query the cluster to identify the version is a good idea, but I think this can be have limitations. For security reason, the version api is not authorized...