Skip to content

Commit

Permalink
[Navigation] Add stack monitoring to Elasticsearch sidebar (#210139)
Browse files Browse the repository at this point in the history
## Summary

This PR adds `Stack Monitoring` to the side navigation. 
Addresses: elastic/kibana-team#1312

![Screenshot 2025-02-07 at 09 34
35](https://github.com/user-attachments/assets/26e8e95b-210c-4086-ae18-3847d0b93d0e)
  • Loading branch information
kowalczyk-krzysztof authored Feb 10, 2025
1 parent 2125a8f commit 9dc67bf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,10 @@ export const getNavigationTreeDefinition = ({
defaultMessage: 'Stack Management',
}),
},
{
id: 'monitoring',
link: 'monitoring',
},
],
icon: 'gear',
id: 'project_settings_project_nav',
Expand Down
1 change: 1 addition & 0 deletions x-pack/test/functional_search/tests/solution_navigation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,7 @@ export default function searchSolutionNavigation({
'project_settings_project_nav',
'ml:modelManagement',
'stack_management',
'monitoring',
]);
});
});
Expand Down

0 comments on commit 9dc67bf

Please sign in to comment.