File tree Expand file tree Collapse file tree 1 file changed +50
-0
lines changed
packages/kbn-check-saved-objects-cli/src/migrations/__fixtures__/search Expand file tree Collapse file tree 1 file changed +50
-0
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "10.9.0" : [
3+ {
4+ "title" : " Test Search" ,
5+ "description" : " Test saved search" ,
6+ "tabs" : [
7+ {
8+ "id" : " tab-1" ,
9+ "label" : " Main Tab" ,
10+ "attributes" : {
11+ "columns" : [" field1" , " field2" ],
12+ "sort" : [[" @timestamp" , " desc" ]],
13+ "grid" : {},
14+ "hideChart" : false ,
15+ "isTextBasedQuery" : false ,
16+ "kibanaSavedObjectMeta" : {
17+ "searchSourceJSON" : " {\" query\" :{\" query\" :\"\" ,\" language\" :\" kuery\" },\" filter\" :[]}"
18+ },
19+ "rowHeight" : 3 ,
20+ "density" : " normal"
21+ }
22+ }
23+ ]
24+ }
25+ ],
26+ "10.10.0" : [
27+ {
28+ "title" : " Test Search" ,
29+ "description" : " Test saved search" ,
30+ "tabs" : [
31+ {
32+ "id" : " tab-1" ,
33+ "label" : " Main Tab" ,
34+ "attributes" : {
35+ "columns" : [" field1" , " field2" ],
36+ "sort" : [[" @timestamp" , " desc" ]],
37+ "grid" : {},
38+ "hideChart" : false ,
39+ "isTextBasedQuery" : false ,
40+ "kibanaSavedObjectMeta" : {
41+ "searchSourceJSON" : " {\" query\" :{\" query\" :\"\" ,\" language\" :\" kuery\" },\" filter\" :[]}"
42+ },
43+ "rowHeight" : 3 ,
44+ "density" : " normal"
45+ }
46+ }
47+ ]
48+ }
49+ ]
50+ }
You can’t perform that action at this time.
0 commit comments