You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
@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
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.
The text was updated successfully, but these errors were encountered: