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

Kibana 3.1.2 escapes characters in the passed query #3315

Closed
forzagreen opened this issue Mar 11, 2015 · 2 comments
Closed

Kibana 3.1.2 escapes characters in the passed query #3315

forzagreen opened this issue Mar 11, 2015 · 2 comments

Comments

@forzagreen
Copy link

When I pass the following query in the query tab:
{"match":{"company": "Apple"}}
Kibana generates: (seen in the inspector with F12)
...{"query":"{\"match\":{\"company\": \"Apple\"}}"}...
So it puts everything between quotes, and escapes all what is inside.

@rashidkpc
Copy link
Contributor

Kibana 3 does not support JSON queries. You will need kibana 4 for this

@surbhi26
Copy link

@rashidkpc I have Kibana 4 but it shows error. I am trying to execute the JSON query in the Adavanced tab of Kibana 4.
It would be helpful if you throw some light on how one can write JSON query in Kibana 4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants