Skip to content
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

Inaccurate error in proxy filtering #2977

Closed
rashidkpc opened this issue Feb 11, 2015 · 1 comment · Fixed by #2982
Closed

Inaccurate error in proxy filtering #2977

rashidkpc opened this issue Feb 11, 2015 · 1 comment · Fixed by #2982
Assignees
Labels
bug Fixes for quality problems that affect the customer experience

Comments

@rashidkpc
Copy link
Contributor

Currently when we get a POST without a body to _search / _msearch / _mget we show:

Kibana only support [sic] modifying the ".kibana" index. Requests that might modify other indicies are not sent to elasticsearch.

While this doesn't really impact Kibana at the moment it is sort of a weird error. Maybe we should just look to see if we get a POST without a body and reply with POST requires a body

@rashidkpc rashidkpc added the bug Fixes for quality problems that affect the customer experience label Feb 11, 2015
@rashidkpc rashidkpc added this to the 4.0.0-RC1 milestone Feb 11, 2015
@rashidkpc
Copy link
Contributor Author

This isn't exactly a blocker to RC1 release, its just sort of an odd error.

@rashidkpc rashidkpc removed this from the 4.0.0-RC1 milestone Feb 11, 2015
simianhacker added a commit to simianhacker/kibana that referenced this issue Feb 11, 2015
rashidkpc added a commit that referenced this issue Feb 11, 2015
Closes #2977 - Removed POST body restriction from _search and _validate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Fixes for quality problems that affect the customer experience
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants