-
Notifications
You must be signed in to change notification settings - Fork 24.9k
New issue
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
cat API help is broken when url parameters are specified #27424
Comments
I would like to work on this. |
hey @spinscale |
@jyoti0208 oh crap! I just now saw your earlier comment ( browser did not refresh properly ). Sorry for jumping up the queue :) |
feel free to go ahead! Thanks a lot for working on this! |
I'm getting some broken cat urls when i use
|
This was explored in #27598 and I do not think that there is much that we should do here. The behavior would be odd if the index does not exist, or odd if there are unrecognized parameters in the request (do we ignore them? do we throw 404s? do we fail on the unrecognized parameters?). I think we should leave this as-is. |
@jasontedor what about adding a short note in the docs that |
@olcbean That would be good. |
Elasticsearch version (
bin/elasticsearch --version
): 6.0.0Description of the problem including expected versus actual behavior:
When the cat API is used on APIs that support URL parameters like index names, then calling those endpoints with
&h
to get help results in an errorSteps to reproduce:
The text was updated successfully, but these errors were encountered: