@spalger/kibana
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
17 lines (13 loc) • 397 B
JavaScript
define(function (require) {
require('plugins/kibana/settings/sections/objects/_view');
require('plugins/kibana/settings/sections/objects/_objects');
require('ace');
require('ui/directives/confirm_click');
// add the module deps to this module
require('ui/modules').get('apps/settings');
return {
name: 'objects',
display: 'Objects',
url: '#/settings/objects'
};
});