-
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
(cherry picked from commit 8791edf) Co-authored-by: Lee Drengenberg <lee.drengenberg@elastic.co>
- Loading branch information
1 parent
830a387
commit 6f157b1
Showing
3 changed files
with
54 additions
and
45 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
45 changes: 0 additions & 45 deletions
45
test/functional/fixtures/es_archiver/unmapped_fields/data.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
51 changes: 51 additions & 0 deletions
51
test/functional/fixtures/kbn_archiver/unmapped_fields.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,51 @@ | ||
{ | ||
"attributes": { | ||
"fieldFormatMap": "{\"timestamp\":{\"id\":\"date\"}}", | ||
"fields": "[{\"name\":\"_id\",\"type\":\"string\",\"esTypes\":[\"_id\"],\"count\":1,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":false},{\"name\":\"_index\",\"type\":\"string\",\"esTypes\":[\"_index\"],\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":false},{\"name\":\"_score\",\"type\":\"number\",\"count\":0,\"scripted\":false,\"searchable\":false,\"aggregatable\":false,\"readFromDocValues\":false},{\"name\":\"_source\",\"type\":\"_source\",\"esTypes\":[\"_source\"],\"count\":0,\"scripted\":false,\"searchable\":false,\"aggregatable\":false,\"readFromDocValues\":false},{\"name\":\"_type\",\"type\":\"string\",\"esTypes\":[\"_type\"],\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":false},{\"name\":\"timestamp\",\"type\":\"date\",\"esTypes\":[\"date\"],\"count\":4,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":true}]", | ||
"timeFieldName": "timestamp", | ||
"title": "test-index-unmapped-fields" | ||
}, | ||
"coreMigrationVersion": "7.17.1", | ||
"id": "test-index-unmapped-fields", | ||
"migrationVersion": { | ||
"index-pattern": "7.11.0" | ||
}, | ||
"references": [], | ||
"type": "index-pattern", | ||
"version": "WzEzLDJd" | ||
} | ||
|
||
{ | ||
"attributes": { | ||
"columns": [ | ||
"_source" | ||
], | ||
"description": "Existing Saved Search", | ||
"hits": 4, | ||
"kibanaSavedObjectMeta": { | ||
"searchSourceJSON": "{\"highlightAll\":true,\"filter\":[],\"query\":{\"query_string\":{\"query\":\"*\",\"analyze_wildcard\":true}},\"indexRefName\":\"kibanaSavedObjectMeta.searchSourceJSON.index\"}" | ||
}, | ||
"sort": [ | ||
[ | ||
"@timestamp", | ||
"desc" | ||
] | ||
], | ||
"title": "Existing Saved Search", | ||
"version": 1 | ||
}, | ||
"coreMigrationVersion": "7.17.1", | ||
"id": "cd43f5c2-h761-13f6-9486-733b1ac9221a", | ||
"migrationVersion": { | ||
"search": "7.9.3" | ||
}, | ||
"references": [ | ||
{ | ||
"id": "test-index-unmapped-fields", | ||
"name": "kibanaSavedObjectMeta.searchSourceJSON.index", | ||
"type": "index-pattern" | ||
} | ||
], | ||
"type": "search", | ||
"version": "WzEyLDJd" | ||
} |