[Index management] Add locator for deep linking into datastreams flyout#195299
[Index management] Add locator for deep linking into datastreams flyout#195299sabarasaba merged 6 commits intoelastic:mainfrom
Conversation
⏳ Build in-progress, with failures
Failed CI Stepscc @sabarasaba |
|
Pinging @elastic/kibana-management (Team:Kibana Management) |
ElenaStoeva
left a comment
There was a problem hiding this comment.
Thanks for working on this @sabarasaba! Code changes lgtm. Is there a way to manually test the added locator in the UI?
Thanks for reviewing @ElenaStoeva! Not really since its up to the requesting team to implement, the only way you can do so is by temporarily consuming the locator from another plugin. |
ElenaStoeva
left a comment
There was a problem hiding this comment.
I understand, thanks for clarifying! We have unit tests so I think we're good.
## Summary add locator to link to data stream management recently made available #195299
…95433) ## Summary add locator to link to data stream management recently made available elastic#195299 (cherry picked from commit ee4815a)
|
Starting backport for target branches: 8.x |
|
Starting backport for target branches: 8.x |
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
…ut (elastic#195299) (cherry picked from commit 17ae71b)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
…s flyout (#195299) (#196123) # Backport This will backport the following commits from `main` to `8.x`: - [[Index management] Add locator for deep linking into datastreams flyout (#195299)](#195299) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Ignacio Rivas","email":"rivasign@gmail.com"},"sourceCommit":{"committedDate":"2024-10-08T12:36:55Z","message":"[Index management] Add locator for deep linking into datastreams flyout (#195299)","sha":"17ae71b3d9008bc41582c8c92e1c3dadddd2e38b","branchLabelMapping":{"^v9.0.0$":"main","^v8.16.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Feature:Index Management","Team:Kibana Management","release_note:skip","v9.0.0","backport:prev-minor"],"title":"[Index management] Add locator for deep linking into datastreams flyout","number":195299,"url":"https://github.com/elastic/kibana/pull/195299","mergeCommit":{"message":"[Index management] Add locator for deep linking into datastreams flyout (#195299)","sha":"17ae71b3d9008bc41582c8c92e1c3dadddd2e38b"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/195299","number":195299,"mergeCommit":{"message":"[Index management] Add locator for deep linking into datastreams flyout (#195299)","sha":"17ae71b3d9008bc41582c8c92e1c3dadddd2e38b"}}]}] BACKPORT--> Co-authored-by: Ignacio Rivas <rivasign@gmail.com>
…5433) (#195555) # Backport This will backport the following commits from `main` to `8.x`: - [[Data Usage] add locator to link to data stream management (#195433)](#195433) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Sandra G","email":"neptunian@users.noreply.github.com"},"sourceCommit":{"committedDate":"2024-10-09T09:47:16Z","message":"[Data Usage] add locator to link to data stream management (#195433)\n\n## Summary\r\n\r\nadd locator to link to data stream management recently made available\r\nhttps://github.com//pull/195299","sha":"ee4815a570e4ac1151deec1eb28437ec585411b6","branchLabelMapping":{"^v9.0.0$":"main","^v8.16.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","backport:prev-minor"],"title":"[Data Usage] add locator to link to data stream management","number":195433,"url":"https://github.com/elastic/kibana/pull/195433","mergeCommit":{"message":"[Data Usage] add locator to link to data stream management (#195433)\n\n## Summary\r\n\r\nadd locator to link to data stream management recently made available\r\nhttps://github.com//pull/195299","sha":"ee4815a570e4ac1151deec1eb28437ec585411b6"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/195433","number":195433,"mergeCommit":{"message":"[Data Usage] add locator to link to data stream management (#195433)\n\n## Summary\r\n\r\nadd locator to link to data stream management recently made available\r\nhttps://github.com//pull/195299","sha":"ee4815a570e4ac1151deec1eb28437ec585411b6"}}]}] BACKPORT--> Co-authored-by: Sandra G <neptunian@users.noreply.github.com> Co-authored-by: Ash <1849116+ashokaditya@users.noreply.github.com> Co-authored-by: Yuliia Naumenko <jo.naumenko@gmail.com>
Fixes #195083
Summary
This PR adds a url locator that allows consumers to deep link into data streams details flyout.