-
Notifications
You must be signed in to change notification settings - Fork 8.5k
Closed
Labels
Team:CorePlatform Core services: plugins, logging, config, saved objects, http, ES client, i18n, etc t//Platform Core services: plugins, logging, config, saved objects, http, ES client, i18n, etc t//
Description
Kibana version: 8.0.0-SNAPSHOT
Elasticsearch version: 8.0.0-SNAPSHOT
Server OS version: Docker
Browser version: Chrome Latest
Original install method (e.g. download page, yum, from source, etc.):
From snapshots docker image.
Description of the problem including expected versus actual behavior:
Steps to reproduce:
Install run docker image, upon startup notice Kibana has this fatal message.
{"type":"log","@timestamp":"2020-09-10T18:17:00+00:00","tags":["info","plugins-service"],"pid":6,"message":"Plugin \"visTypeXy\" is disabled."}
{"type":"log","@timestamp":"2020-09-10T18:17:00+00:00","tags":["fatal","root"],"pid":6,"message":"{ ValidationError: child \"ops\" fails because [\"cGroupOverrides\" is not allowed]\n at Object.exports.process (/usr/share/kibana/node_modules/joi/lib/errors.js:196:19)\n at internals.Object._validateWithOptions (/usr/share/kibana/node_modules/joi/lib/types/any/index.js:675:31)\n at module.exports.internals.Any.root.validate (/usr/share/kibana/node_modules/joi/lib/index.js:146:23)\n at Config._commit (/usr/share/kibana/src/legacy/server/config/config.js:133:34)\n at Config.set (/usr/share/kibana/src/legacy/server/config/config.js:104:10)\n at Config.extendSchema (/usr/share/kibana/src/legacy/server/config/config.js:76:10)\n at _lodash.default.each.child (/usr/share/kibana/src/legacy/server/config/config.js:66:14)\n at arrayEach (/usr/share/kibana/node_modules/lodash/lodash.js:516:11)\n at Function.forEach (/usr/share/kibana/node_modules/lodash/lodash.js:9368:14)\n at Config.extendSchema (/usr/share/kibana/src/legacy/server/config/config.js:65:30)\n at new Config (/usr/share/kibana/src/legacy/server/config/config.js:56:10)\n at Function.withDefaultSchema (/usr/share/kibana/src/legacy/server/config/config.js:50:12)\n at defaultConfig (/usr/share/kibana/src/legacy/plugin_discovery/find_plugin_specs.js:46:25)\n at findLegacyPluginSpecs (/usr/share/kibana/src/core/server/legacy/plugins/find_legacy_plugin_specs.js:36:63)\n at LegacyService.discoverPlugins (/usr/share/kibana/src/core/server/legacy/legacy_service.js:96:50) name: 'ValidationError' }"}
FATAL ValidationError: child "ops" fails because ["cGroupOverrides" is not allowed]
There were some changes recently in this area, so not sure if there is something I need to update to make this work or if this is a bug, can someone take a look?
Metadata
Metadata
Assignees
Labels
Team:CorePlatform Core services: plugins, logging, config, saved objects, http, ES client, i18n, etc t//Platform Core services: plugins, logging, config, saved objects, http, ES client, i18n, etc t//