forked from elastic/kibana
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Archive Migrations] security_solution-timelines
Add new kbn archive with an index pattern taken from the es archive. Change the test to use both es and kbn archives. Since all these objects are loaded into a space, just delete the space afterwards instead of unloading with es archiver. Helps with: elastic#102552
- Loading branch information
1 parent
bf4f62e
commit 2b6e527
Showing
4 changed files
with
74 additions
and
30 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
Binary file modified
BIN
-236 Bytes
(93%)
x-pack/test/functional/es_archives/security_solution/timelines/7.15.0_space/data.json.gz
Binary file not shown.
20 changes: 20 additions & 0 deletions
20
x-pack/test/functional/fixtures/kbn_archiver/security_solution/timelines/7.15.0_space
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 |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"attributes": { | ||
"fieldAttrs": "{}", | ||
"fields": "[]", | ||
"runtimeFieldMap": "{}", | ||
"timeFieldName": "", | ||
"title": ".kibana_7.15.0", | ||
"typeMeta": "{}" | ||
}, | ||
"coreMigrationVersion": "8.6.0", | ||
"id": "cf0a7895-d367-5eff-9d71-8d6b58b0b5d9", | ||
"migrationVersion": { | ||
"index-pattern": "8.0.0" | ||
}, | ||
"originId": "4f57d680-25f3-11ec-a981-b77847c6ef30", | ||
"references": [], | ||
"type": "index-pattern", | ||
"updated_at": "2021-10-05T15:45:48.019Z", | ||
"version": "WzIyLDJd" | ||
} |