[This is the old, single node version for Elasticsearch 2.x, see the latest "Siren Federate" plugin for distributed Elasticsearch 5.x and 6.x capabilities]
However, the action _coordinate_msearch returns the error as a string only. This is a problem because kibi/kibana relies on some of the fields that are ommited below for error reporting.
The
coordinate_msearch
action does not return the error properly.For example, if you send the following request that has a wrong query:
The
_msearch
action returns the following object:However, the action
_coordinate_msearch
returns the error as a string only. This is a problem because kibi/kibana relies on some of the fields that are ommited below for error reporting.