Any way to use DEV tools page to query Kibana API?

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?)

1 Like

It is geared towards Elasticsearch interactions, yes.

This is a good idea though, I would encourage you to raise a feature request on GitHub for this :slight_smile:

@warkolm
Will do and raise as a feature request

1 Like

Raised feature request and is now tracked.

1 Like

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.