Skip to content

Commit

Permalink
add so type search to archive
Browse files Browse the repository at this point in the history
  • Loading branch information
wayneseymour committed Jul 28, 2021
1 parent d2e18fc commit 7cf6263
Showing 1 changed file with 35 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,39 @@
"references": [],
"type": "index-pattern",
"version": "WzQsMl0="
}

{
"attributes": {
"columns": [
"_source"
],
"description": "A Saved Search Description",
"hits": 0,
"kibanaSavedObjectMeta": {
"searchSourceJSON": "{\"highlightAll\":true,\"filter\":[],\"query\":{\"query_string\":{\"query\":\"*\",\"analyze_wildcard\":true}},\"indexRefName\":\"kibanaSavedObjectMeta.searchSourceJSON.index\"}"
},
"sort": [
[
"@timestamp",
"desc"
]
],
"title": "A Saved Search",
"version": 1
},
"coreMigrationVersion": "7.15.0",
"id": "ab12e3c0-f231-11e6-9486-733b1ac9221a",
"migrationVersion": {
"search": "7.9.3"
},
"references": [
{
"id": "logstash-*",
"name": "kibanaSavedObjectMeta.searchSourceJSON.index",
"type": "index-pattern"
}
],
"type": "search",
"version": "WzUsMl0="
}

0 comments on commit 7cf6263

Please sign in to comment.