Console does not forward the body of DELETE requests? #11341
Labels
bug
Fixes for quality problems that affect the customer experience
Feature:Console
Dev Tools Console Feature
Team:Kibana Management
Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more
The following Console script fails with Console while it succeeds if I run curl from the command line:
It returns the following error:
which suggests that Elasticsearch did not find a scroll id in the request. And indeed I tried to debug Elasticsearch to see what is happening and the body never reaches Elasticsearch. On the other hand if I run the clear-scroll call from the command-line with curl, everything works as expected. So I'm wondering that there might be a bug with Console and DELETE operations with bodies?
The text was updated successfully, but these errors were encountered: