-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
# Backport This will backport the following commits from `main` to `8.x`: - [π Add support for existing data streams (#202057)](#202057) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Chris Cowan","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-12-02T23:18:58Z","message":"π Add support for existing data streams (#202057)\n\n## π Summary\r\n\r\nThis PR introduces the initial support for working with existing data\r\nstreams. This is done by reading the `/_data_steram` API endpoint then\r\nconverting those results to stream definitions with the `managed` flag\r\nset to `false`, and then mixing them in with the \"managed\" streams\r\nresults. This PR has the following changes:\r\n\r\n- Add `managed` field to the Stream definition \r\n- Set `managed: true` on streams created through the system\r\n- Update `listStreams` to return both managed and un-managed streams \r\n- Update `readStream` to fallback to \"un-managed\" stream if the managed\r\nstream is not found\r\n- In `readStream` return all related Elasticsearch assets\r\n- Add rudimentary UI support for classic data streams\r\n\r\n---------\r\n\r\nCo-authored-by: Joe Reuter <[email protected]>","sha":"4ec420a816e2eb24a3a978471e80186a470ebdde","branchLabelMapping":{"^v9.0.0$":"main","^v8.18.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Team:Observability","v9.0.0","backport:prev-minor","v8.18.0","Feature:Streams"],"title":"π Add support for existing data streams","number":202057,"url":"https://github.com/elastic/kibana/pull/202057","mergeCommit":{"message":"π Add support for existing data streams (#202057)\n\n## π Summary\r\n\r\nThis PR introduces the initial support for working with existing data\r\nstreams. This is done by reading the `/_data_steram` API endpoint then\r\nconverting those results to stream definitions with the `managed` flag\r\nset to `false`, and then mixing them in with the \"managed\" streams\r\nresults. This PR has the following changes:\r\n\r\n- Add `managed` field to the Stream definition \r\n- Set `managed: true` on streams created through the system\r\n- Update `listStreams` to return both managed and un-managed streams \r\n- Update `readStream` to fallback to \"un-managed\" stream if the managed\r\nstream is not found\r\n- In `readStream` return all related Elasticsearch assets\r\n- Add rudimentary UI support for classic data streams\r\n\r\n---------\r\n\r\nCo-authored-by: Joe Reuter <[email protected]>","sha":"4ec420a816e2eb24a3a978471e80186a470ebdde"}},"sourceBranch":"main","suggestedTargetBranches":["8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/202057","number":202057,"mergeCommit":{"message":"π Add support for existing data streams (#202057)\n\n## π Summary\r\n\r\nThis PR introduces the initial support for working with existing data\r\nstreams. This is done by reading the `/_data_steram` API endpoint then\r\nconverting those results to stream definitions with the `managed` flag\r\nset to `false`, and then mixing them in with the \"managed\" streams\r\nresults. This PR has the following changes:\r\n\r\n- Add `managed` field to the Stream definition \r\n- Set `managed: true` on streams created through the system\r\n- Update `listStreams` to return both managed and un-managed streams \r\n- Update `readStream` to fallback to \"un-managed\" stream if the managed\r\nstream is not found\r\n- In `readStream` return all related Elasticsearch assets\r\n- Add rudimentary UI support for classic data streams\r\n\r\n---------\r\n\r\nCo-authored-by: Joe Reuter <[email protected]>","sha":"4ec420a816e2eb24a3a978471e80186a470ebdde"}},{"branch":"8.x","label":"v8.18.0","branchLabelMappingKey":"^v8.18.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Chris Cowan <[email protected]>
- Loading branch information
1 parent
f3da0dc
commit 60c300e
Showing
14 changed files
with
258 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.