mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 10:40:07 -04:00
serverless_search: update nav links (#158271)
## Summary - Updated the "Transforms" side navigation link to go to ingest pipelines stack management page. This link will eventually be updated to a new page in June, but this page is closer to whats needed for now. - Add the Indexing API to the side nav as a placeholder, but it links to the getting started page for now, this will also be a new page in June.
This commit is contained in:
parent
d68317d95b
commit
38584b828a
1 changed files with 11 additions and 1 deletions
|
@ -99,6 +99,7 @@ const navItems: ChromeNavigationNodeViewModel[] = [
|
|||
title: i18n.translate('xpack.serverlessSearch.nav.content.indices', {
|
||||
defaultMessage: 'Indices',
|
||||
}),
|
||||
// TODO: this will be updated to a new Indices page
|
||||
href: '/app/management/data/index_management/indices',
|
||||
},
|
||||
{
|
||||
|
@ -106,7 +107,16 @@ const navItems: ChromeNavigationNodeViewModel[] = [
|
|||
title: i18n.translate('xpack.serverlessSearch.nav.content.transforms', {
|
||||
defaultMessage: 'Transforms',
|
||||
}),
|
||||
href: '/app/management/data/transform',
|
||||
// TODO: this will be updated to a new Transforms page
|
||||
href: '/app/management/ingest/ingest_pipelines',
|
||||
},
|
||||
{
|
||||
id: 'content_indexing_api',
|
||||
title: i18n.translate('xpack.serverlessSearch.nav.content.indexingApi', {
|
||||
defaultMessage: 'Indexing API',
|
||||
}),
|
||||
// TODO: this page does not exist yet, linking to getting started for now
|
||||
href: '/app/elasticsearch',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue