The dev tools page in Kibana (<uri>/app/kibana#/dev_tools/console) seems to connect to elasticsearch API only (eg I can query elasticsearch data, searches etc)
But the Kibana API's (like siem rules api, saved_objects, dashboard import/export) all requires the kibana endpoint API (ie. at 5601)
Any ideas how to re-purpose the DEV tools page to do this? (or should we do using external curl or postman kinda?)
