_msearch tag returns Failed to derive xcontent always

I am new to ES and I am going thru the _msearch for my requirement i.e. fetching records from multiple indexes. Problem is _msearch is always returns the below error and even _msearch tag is not auto populating in my Kibana v5.1 view also.

Can anyone pls help,

Request:-
POST /ratecards/_msearch

Response:-
{
"error": {
"root_cause": [
{
"type": "parse_exception",
"reason": "Failed to derive xcontent"
}
],
"type": "parse_exception",
"reason": "Failed to derive xcontent"
},
"status": 400
}

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.