We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I had a customer asking for support for bytes in shards within the python api.
It looks like it would be pretty simple to alter here:
elasticsearch-py/elasticsearch/client/cat.py
Line 204 in 843ce9e
The text was updated successfully, but these errors were encountered:
If cat.shards should accept byte we should also fix it in https://github.com/elastic/elasticsearch/blob/master/rest-api-spec/src/main/resources/rest-api-spec/api/cat.shards.json which is the authoritative source for API parameters (see https://github.com/elastic/elasticsearch/blob/master/rest-api-spec/src/main/resources/rest-api-spec/api/cat.fielddata.json#L19-L23 for example)
cat.shards
Sorry, something went wrong.
elastic/elasticsearch#26952
Resolved by #654
GlenRSmith
No branches or pull requests
I had a customer asking for support for bytes in shards within the python api.
It looks like it would be pretty simple to alter here:
elasticsearch-py/elasticsearch/client/cat.py
Line 204 in 843ce9e
The text was updated successfully, but these errors were encountered: