---------

**Commit 1:**
Disabling the uiSettings for the cli_plugin install

* Original sha: 81ff2eb639
* Authored by = <brandon.kobel@elastic.co> on 2016-10-20T14:18:17Z
This commit is contained in:
Elastic Jasper 2016-10-20 10:32:12 -04:00
parent 342bf5c9ad
commit 647a84a0b4

View file

@ -36,6 +36,9 @@ export async function rebuildCache(settings, logger) {
plugins: {
initialize: false,
scanDirs: [settings.pluginDir, fromRoot('src/core_plugins')]
},
uiSettings: {
enabled: false
}
}
);