elastic / kibana

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

Kibana Dev Tool Console API Save functionality #123532

Closed sagarpatel07 closed 2 weeks ago

sagarpatel07 commented 2 years ago

Describe the feature: Kibana dev tool console should have API save functionality. This functionality will help developer to save diffrents kind of API with name and they can easily refrer API for future referance. i know currently there history tab which show what all APIs developer has executed but it will show multipul time same api based on how many time developer has executed it. Feature something which Postman provides for saving API is i am expecting.

Describe a specific use case for the feature: Developers are creating various kinds of APIs for search usecase, index mapping, cluster oepration or any other usease. but there is no option to save this APIs in console it self. Let consider in my project i am using Elasticsearch and creating various kinds of search request based on project requirements. So when i want to refer this request i need to depend on Kibana cache for request and if by mistack i clear the cache i loss all the request created in Kibana dev console.

cjcenizal commented 2 years ago

Relates to https://github.com/elastic/kibana/issues/10095 and https://github.com/elastic/kibana/issues/29999.

elasticmachine commented 2 years ago

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

yuliacech commented 2 weeks ago

Closing as duplicate of https://github.com/elastic/kibana/issues/29999