mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
[Search] Add ML as required plugin to Search Assistant (#204009)
## Summary This adds the `ml` plugin as required to the Search Assistant so that we don't need users to navigate to an ml-based plugin to initiate the knowledge base.
This commit is contained in:
parent
b525d00fde
commit
16d45f503a
2 changed files with 4 additions and 1 deletions
|
@ -16,6 +16,7 @@
|
|||
"requiredPlugins": [
|
||||
"actions",
|
||||
"licensing",
|
||||
"ml", // necessary for assistant's use of knowledge base in assistant package
|
||||
"observabilityAIAssistant",
|
||||
"triggersActionsUi",
|
||||
"share"
|
||||
|
|
|
@ -38,6 +38,8 @@
|
|||
"searchPlayground",
|
||||
"usageCollection"
|
||||
],
|
||||
"requiredBundles": ["kibanaReact"]
|
||||
"requiredBundles": [
|
||||
"kibanaReact"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue