-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Running query with embedded "%" sign causes "internal server error" #11273
Comments
Are you running this query in Console, or Discover? I'm not getting the same error in either place. |
I'm running it in what used to be called "Sense"...I'm not sure what it is called now in X-Pack-Land :) Incidentally, the query works fine if submitted via a Python program or CURL, so it's something to do with the [whatever we are calling Sense now] interface. |
@AlexP-Elastic are you expecting POST bodies with content-type application/json to be url encoded? |
I just tried to reproduce this in 5.3.1 on EC using Console and unlike in the issue @ccurvey ran into, the query gets posted in the body via Whereas @ccurvey reported the following endpoint: @jbudz or @lukasolson is there any way that Kibana can "decide" (eg based on OS or browser or something else?) to try to put the body encoded in the URL as per this copy/paste from the dev console: https://discuss.elastic.co/t/query-works-through-python-interface-fails-in-kibana/82423/12? (it's definitely not something Elastic Cloud is doing?) |
Ah OK I've investigated further and can now "reproduce": So the issue (if there is one) seems to be error handling? (ie the "play" button should go away) (The lower case version of the verb is used incidentally, despite the error, eg For completeness here's the full thing I pasted into console to get it to fail:
then replace |
Kibana version:
5.x
Elasticsearch version:
5.3.0
Server OS version:
??
Browser version:
Firefox 50
Browser OS version:
Fedora 23 (Qubes version)
Original install method (e.g. download page, yum, from source, etc.):
None. Using Elastic Cloud/X-Pack
Description of the problem including expected versus actual behavior:
Running query with embedded "%" sign causes "internal server error"
Steps to reproduce:
For further background, see https://discuss.elastic.co/t/query-works-through-python-interface-fails-in-kibana/82423
The text was updated successfully, but these errors were encountered: