UNPKG

@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

13 lines (11 loc) 381 B
module.exports = function (kbnServer, server, config) { let _ = require('lodash'); _.forOwn(config.unappliedDefaults, function (val, key) { if (val === null) return; server.log(['warning', 'config'], { tmpl: 'Settings for "<%= key %>" were not applied, check for spelling errors and ensure the plugin is loaded.', key: key, val: val }); }); };