Skip to content

Commit

Permalink
allow lens t ostart even if TM isnt available
Browse files Browse the repository at this point in the history
  • Loading branch information
gmmorris committed Jan 13, 2020
1 parent 4173614 commit 5ad09d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/legacy/plugins/lens/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const lens: LegacyPluginInitializer = kibana => {
id: PLUGIN_ID,
configPrefix: `xpack.${PLUGIN_ID}`,
// task_manager could be required, but is only used for telemetry
require: ['kibana', 'elasticsearch', 'xpack_main', 'interpreter', 'data', 'task_manager'],
require: ['kibana', 'elasticsearch', 'xpack_main', 'interpreter', 'data'],
publicDir: resolve(__dirname, 'public'),

uiExports: {
Expand Down

0 comments on commit 5ad09d2

Please sign in to comment.