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
Currently when we get a POST without a body to _search / _msearch / _mget we show:
Kibana only support [sic] modifying the ".kibana" index. Requests that might modify other indicies are not sent to elasticsearch.
While this doesn't really impact Kibana at the moment it is sort of a weird error. Maybe we should just look to see if we get a POST without a body and reply with POST requires a body
The text was updated successfully, but these errors were encountered:
rashidkpc
added
the
bug
Fixes for quality problems that affect the customer experience
label
Feb 11, 2015
Currently when we get a
POST
without a body to_search / _msearch / _mget
we show:Kibana only support [sic] modifying the ".kibana" index. Requests that might modify other indicies are not sent to elasticsearch.
While this doesn't really impact Kibana at the moment it is sort of a weird error. Maybe we should just look to see if we get a
POST
without a body and reply withPOST requires a body
The text was updated successfully, but these errors were encountered: