mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
# 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","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","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","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:
parent
d2a5735822
commit
3c729096e4
1 changed files with 4 additions and 0 deletions
|
@ -535,6 +535,10 @@ function createNavTree({ streamsAvailable }: { streamsAvailable?: boolean }) {
|
|||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: 'monitoring',
|
||||
link: 'monitoring',
|
||||
},
|
||||
{
|
||||
link: 'integrations',
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue