elastic / kibana

Your window into the Elastic Stack
https://www.elastic.co/products/kibana
Other
19.65k stars 8.23k forks source link

[Dev Tools] Add support for JavaScript objects as request body #156154

Open miltonhultgren opened 1 year ago

miltonhultgren commented 1 year ago

When working on Kibana itself, it's common to want to debug or explore a query in the Dev Tools. Often we copy the query from the source code and paste it into the Dev Tools but then we are pasting a JavaScript object when the Dev Tools expects it to be well formed JSON.

It would be delightful if the Dev Tools could handle this case, either by converting the object before it sends the request or having some way to do the conversion in the editor (similar to the action to format the request body).

elasticmachine commented 1 year ago

Pinging @elastic/platform-deployment-management (Team:Deployment Management)

elasticmachine commented 2 months ago

Pinging @elastic/kibana-management (Team:Kibana Management)