Hello,
After _reindex, i have the HTTP 400 error with response below, when trying to call /_field_caps?fields=*
or /target/_field_caps?fields=*
, whatever target is.
Anyone have an idea how to fix this ?
Did i miss something?
Elastic 7.9.3. thank you all.
Bruno
{ "error": { "root_cause": [ { "type": "parsing_exception", "reason": "request does not support [query]", "line": 2, "col": 3 } ], "type": "parsing_exception", "reason": "request does not support [query]", "line": 2, "col": 3 }, "status": 400 }