mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Fixes an issue that prevents custom configuration in Task Manager
This commit is contained in:
parent
68ff6f6db4
commit
5dce5b4acc
1 changed files with 3 additions and 1 deletions
|
@ -39,7 +39,9 @@ export function taskManager(kibana: any) {
|
|||
.description('The name of the index used to store task information.')
|
||||
.default('.kibana_task_manager')
|
||||
.invalid(['.tasks']),
|
||||
}).default();
|
||||
})
|
||||
.unknown(true)
|
||||
.default();
|
||||
},
|
||||
init(server: Legacy.Server) {
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue