-
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.
[8.x] [IndexAdapter] Extract index-adapter package from data-stream-a…
…dapter (#199575) (#199848) # Backport This will backport the following commits from `main` to `8.x`: - [[IndexAdapter] Extract index-adapter package from data-stream-adapter (#199575)](#199575) <!--- Backport version: 8.9.8 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Sergi Massaneda","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-11-12T17:16:32Z","message":"[IndexAdapter] Extract index-adapter package from data-stream-adapter (#199575)\n\n## Summary\r\n\r\nExtracts `IndexAdapter` from `DataStreamAdapter` and\r\n`IndexPatternAdapter` from `DataStreamSpaceAdapter`.\r\n\r\nThere are no breaking changes for the _data-stream-adapter_ package; the\r\nbehavior of both the `DataStreamAdapter` and `DataStreamSpaceAdapter`\r\nremains unchanged.\r\n\r\nThe new _index-adapter_ package exports `IndexAdapter` and\r\n`IndexPatternAdapter` to manage individual indices without using data\r\nstreams.\r\n\r\nThis is needed for SIEM rule migrations.\r\n\r\n---------\r\n\r\nCo-authored-by: kibanamachine <[email protected]>\r\nCo-authored-by: Elastic Machine <[email protected]>","sha":"9a9f02c9315beda4089b1ef16089747c080bc345","branchLabelMapping":{"^v9.0.0$":"main","^v8.17.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","Team:Threat Hunting","Team: SecuritySolution","backport:prev-minor","v8.18.0"],"number":199575,"url":"https://github.com/elastic/kibana/pull/199575","mergeCommit":{"message":"[IndexAdapter] Extract index-adapter package from data-stream-adapter (#199575)\n\n## Summary\r\n\r\nExtracts `IndexAdapter` from `DataStreamAdapter` and\r\n`IndexPatternAdapter` from `DataStreamSpaceAdapter`.\r\n\r\nThere are no breaking changes for the _data-stream-adapter_ package; the\r\nbehavior of both the `DataStreamAdapter` and `DataStreamSpaceAdapter`\r\nremains unchanged.\r\n\r\nThe new _index-adapter_ package exports `IndexAdapter` and\r\n`IndexPatternAdapter` to manage individual indices without using data\r\nstreams.\r\n\r\nThis is needed for SIEM rule migrations.\r\n\r\n---------\r\n\r\nCo-authored-by: kibanamachine <[email protected]>\r\nCo-authored-by: Elastic Machine <[email protected]>","sha":"9a9f02c9315beda4089b1ef16089747c080bc345"}},"sourceBranch":"main","suggestedTargetBranches":["8.18"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","labelRegex":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/199575","number":199575,"mergeCommit":{"message":"[IndexAdapter] Extract index-adapter package from data-stream-adapter (#199575)\n\n## Summary\r\n\r\nExtracts `IndexAdapter` from `DataStreamAdapter` and\r\n`IndexPatternAdapter` from `DataStreamSpaceAdapter`.\r\n\r\nThere are no breaking changes for the _data-stream-adapter_ package; the\r\nbehavior of both the `DataStreamAdapter` and `DataStreamSpaceAdapter`\r\nremains unchanged.\r\n\r\nThe new _index-adapter_ package exports `IndexAdapter` and\r\n`IndexPatternAdapter` to manage individual indices without using data\r\nstreams.\r\n\r\nThis is needed for SIEM rule migrations.\r\n\r\n---------\r\n\r\nCo-authored-by: kibanamachine <[email protected]>\r\nCo-authored-by: Elastic Machine <[email protected]>","sha":"9a9f02c9315beda4089b1ef16089747c080bc345"}},{"branch":"8.18","label":"v8.18.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT-->
- Loading branch information
Showing
34 changed files
with
858 additions
and
221 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
{ | ||
"type": "shared-common", | ||
"type": "shared-server", | ||
"id": "@kbn/data-stream-adapter", | ||
"owner": "@elastic/security-threat-hunting-explore" | ||
"owner": "@elastic/security-threat-hunting", | ||
"visibility": "shared" | ||
} |
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.