-
Notifications
You must be signed in to change notification settings - Fork 8.5k
Sustainable Kibana Architecture: Remove dependencies between plugins that are related by _App Links_ #199492
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sustainable Kibana Architecture: Remove dependencies between plugins that are related by _App Links_ #199492
Changes from all commits
e562900
cae7a9e
2f1ec8f
535a789
f8ac56d
6e1cd1f
eba5431
11102ed
a3583f5
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,9 +2,11 @@ | |
| "type": "plugin", | ||
| "id": "@kbn/enterprise-search-plugin", | ||
| "owner": "@elastic/search-kibana", | ||
| // Could be categorised as Search in the future, but it currently needs to run in Observability too | ||
| "group": "platform", | ||
| "visibility": "shared", | ||
| // TODO this is currently used from Observability too, must be refactored before solution-specific builds | ||
| // see x-pack/plugins/observability_solution/observability_ai_assistant_management/public/routes/components/search_connector_tab.tsx | ||
| // cc sphilipse | ||
| "group": "search", | ||
|
||
| "visibility": "private", | ||
| "description": "Adds dashboards for discovering and managing Enterprise Search products.", | ||
| "plugin": { | ||
| "id": "enterpriseSearch", | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -16,7 +16,7 @@ export const SELECTED_CONNECTOR_LOCAL_STORAGE_KEY = | |
|
|
||
| export function SearchConnectorTab() { | ||
| const { application } = useKibana().services; | ||
| const url = application.getUrlForApp('enterprise_search', { path: '/content/connectors' }); | ||
| const url = application.getUrlForApp('enterpriseSearch', { path: '/content/connectors' }); | ||
|
||
|
|
||
| return ( | ||
| <> | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: it might be useful to mention in the tsdocs of
navigateToAppsomething like: