UNPKG

kibana-riya

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

12 lines (7 loc) 322 B
'use strict'; function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; } var _config = require('./config'); var _config2 = _interopRequireDefault(_config); module.exports = function (kbnServer) { kbnServer.config = _config2['default'].withDefaultSchema(kbnServer.settings); };