UNPKG

kibana-123

Version:

Kibana is an open source (Apache Licensed), browser based analytics and search dashboard for Elasticsearch. Kibana is a snap to setup and start using. Kibana strives to be easy to get started with, while also being flexible and powerful, just like Elastic

14 lines (12 loc) 328 B
import uiRoutes from 'ui/routes'; import devTools from 'ui/registry/dev_tools'; import 'plugins/kibana/dev_tools/directives/dev_tools_app'; uiRoutes .when('/dev_tools', { resolve: { redirect(Private, kbnUrl) { const items = Private(devTools).inOrder; kbnUrl.redirect(items[0].url.substring(1)); } } });