Query Script in Kibana 3

{ "query": { "filtered": { "filter": { "script": { "script": "doc['bytes'].value == doc['object_size'].value" } } } } }

Is there a way where i can execute the above query in kibana dashboard. ???

--
Niraj