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

18 lines (11 loc) 449 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; } var _countRegister_count = require('./count/register_count'); var _countRegister_count2 = _interopRequireDefault(_countRegister_count); exports['default'] = function (server) { (0, _countRegister_count2['default'])(server); }; module.exports = exports['default'];