I want to use Query DSL in Kibana search bar so I could make more completed search. I tried the following a simple query in the search bar, but I got an error 'No query registered for [query]'. These codes work well in Marvel.
{"query": {"filtered": {"query": {"match_phrase": {"text": "sore throat"}}}}}
Could anyone let me know how to use Query DSL in the search bar of Kibana?
Thanks you!