[8.18] [Navigation] Add stack monitoring to Observability sidebar (#210140) (#211133)

# Backport

This will backport the following commits from `main` to `8.18`:
- [[Navigation] Add stack monitoring to Observability sidebar
(#210140)](https://github.com/elastic/kibana/pull/210140)

<!--- Backport version: 9.4.3 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"Krzysztof
Kowalczyk","email":"krzysztof.kowalczyk@elastic.co"},"sourceCommit":{"committedDate":"2025-02-10T14:29:27Z","message":"[Navigation]
Add stack monitoring to Observability sidebar (#210140)\n\n##
Summary\r\n\r\nThis PR adds `Stack Monitoring` to the side navigation.
\r\nAddresses:
https://github.com/elastic/kibana-team/issues/1312\r\n\r\n![Screenshot
2025-02-07 at 09
46\r\n34](https://github.com/user-attachments/assets/1a9f6d2e-4b13-427f-bbb1-1cf18a1ec86a)","sha":"72265c026b875dd6dcefb07481784afd19f9347d","branchLabelMapping":{"^v9.1.0$":"main","^v8.19.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["enhancement","release_note:skip","v9.0.0","Team:obs-ux-management","backport:version","v8.18.0","v9.1.0","v8.19.0"],"title":"[Navigation]
Add stack monitoring to Observability
sidebar","number":210140,"url":"https://github.com/elastic/kibana/pull/210140","mergeCommit":{"message":"[Navigation]
Add stack monitoring to Observability sidebar (#210140)\n\n##
Summary\r\n\r\nThis PR adds `Stack Monitoring` to the side navigation.
\r\nAddresses:
https://github.com/elastic/kibana-team/issues/1312\r\n\r\n![Screenshot
2025-02-07 at 09
46\r\n34](https://github.com/user-attachments/assets/1a9f6d2e-4b13-427f-bbb1-1cf18a1ec86a)","sha":"72265c026b875dd6dcefb07481784afd19f9347d"}},"sourceBranch":"main","suggestedTargetBranches":["9.0","8.18","8.x"],"targetPullRequestStates":[{"branch":"9.0","label":"v9.0.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.18","label":"v8.18.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/210140","number":210140,"mergeCommit":{"message":"[Navigation]
Add stack monitoring to Observability sidebar (#210140)\n\n##
Summary\r\n\r\nThis PR adds `Stack Monitoring` to the side navigation.
\r\nAddresses:
https://github.com/elastic/kibana-team/issues/1312\r\n\r\n![Screenshot
2025-02-07 at 09
46\r\n34](https://github.com/user-attachments/assets/1a9f6d2e-4b13-427f-bbb1-1cf18a1ec86a)","sha":"72265c026b875dd6dcefb07481784afd19f9347d"}},{"branch":"8.x","label":"v8.19.0","branchLabelMappingKey":"^v8.19.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: Krzysztof Kowalczyk <krzysztof.kowalczyk@elastic.co>
This commit is contained in:
Kibana Machine 2025-02-14 13:06:35 +11:00 committed by GitHub
parent d2a5735822
commit 3c729096e4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -535,6 +535,10 @@ function createNavTree({ streamsAvailable }: { streamsAvailable?: boolean }) {
},
],
},
{
id: 'monitoring',
link: 'monitoring',
},
{
link: 'integrations',
},