-
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.
[Archive migration] 'x-pack/test/functional/es_archives/visualize/def…
…ault' (#128829) * Enterprise Search causes local failure * convert the rest of the tests using the es_archive * add another kbn_archive for custom space saved objects * This test needed a doc from the es_archive
- Loading branch information
Lee Drengenberg
authored
Apr 1, 2022
1 parent
8291a22
commit c5e2e5e
Showing
7 changed files
with
225 additions
and
240 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
229 changes: 0 additions & 229 deletions
229
x-pack/test/functional/es_archives/visualize/default/data.json
Large diffs are not rendered by default.
Oops, something went wrong.
43 changes: 43 additions & 0 deletions
43
x-pack/test/functional/fixtures/kbn_archiver/visualize/custom_space.json
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,43 @@ | ||
{ | ||
"attributes": { | ||
"timeFieldName": "@timestamp", | ||
"title": "logstash-*" | ||
}, | ||
"coreMigrationVersion": "7.17.2", | ||
"id": "custom_logstash-*", | ||
"migrationVersion": { | ||
"index-pattern": "7.11.0" | ||
}, | ||
"references": [], | ||
"type": "index-pattern", | ||
"updated_at": "2018-12-21T00:43:07.096Z", | ||
"version": "WzEyLDJd" | ||
} | ||
|
||
{ | ||
"attributes": { | ||
"description": "", | ||
"kibanaSavedObjectMeta": { | ||
"searchSourceJSON": "{\"query\":{\"query\":\"\",\"language\":\"lucene\"},\"filter\":[],\"indexRefName\":\"kibanaSavedObjectMeta.searchSourceJSON.index\"}" | ||
}, | ||
"title": "A Pie", | ||
"uiStateJSON": "{}", | ||
"version": 1, | ||
"visState": "{\"title\":\"A Pie\",\"type\":\"pie\",\"params\":{\"type\":\"pie\",\"addTooltip\":true,\"addLegend\":true,\"legendPosition\":\"right\",\"isDonut\":true,\"labels\":{\"show\":false,\"values\":true,\"last_level\":true,\"truncate\":100},\"dimensions\":{\"metric\":{\"accessor\":0,\"format\":{\"id\":\"number\"},\"params\":{},\"aggType\":\"count\"}},\"palette\":{\"type\":\"palette\",\"name\":\"kibana_palette\"},\"distinctColors\":true},\"aggs\":[{\"id\":\"1\",\"enabled\":true,\"type\":\"count\",\"schema\":\"metric\",\"params\":{}},{\"id\":\"2\",\"enabled\":true,\"type\":\"terms\",\"schema\":\"segment\",\"params\":{\"field\":\"geo.src\",\"size\":5,\"order\":\"desc\",\"orderBy\":\"1\",\"otherBucket\":false,\"otherBucketLabel\":\"Other\",\"missingBucket\":false,\"missingBucketLabel\":\"Missing\"}}]}" | ||
}, | ||
"coreMigrationVersion": "7.17.2", | ||
"id": "custom_i-exist", | ||
"migrationVersion": { | ||
"visualization": "7.17.0" | ||
}, | ||
"references": [ | ||
{ | ||
"id": "custom_logstash-*", | ||
"name": "kibanaSavedObjectMeta.searchSourceJSON.index", | ||
"type": "index-pattern" | ||
} | ||
], | ||
"type": "visualization", | ||
"updated_at": "2019-01-22T19:32:31.206Z", | ||
"version": "WzE0LDJd" | ||
} |
147 changes: 147 additions & 0 deletions
147
x-pack/test/functional/fixtures/kbn_archiver/visualize/default.json
Large diffs are not rendered by default.
Oops, something went wrong.