File tree Expand file tree Collapse file tree 1 file changed +51
-0
lines changed
packages/kbn-check-saved-objects-cli/src/migrations/__fixtures__/search Expand file tree Collapse file tree 1 file changed +51
-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+ "projectRouting" : null ,
31+ "tabs" : [
32+ {
33+ "id" : " tab-1" ,
34+ "label" : " Main Tab" ,
35+ "attributes" : {
36+ "columns" : [" field1" , " field2" ],
37+ "sort" : [[" @timestamp" , " desc" ]],
38+ "grid" : {},
39+ "hideChart" : false ,
40+ "isTextBasedQuery" : false ,
41+ "kibanaSavedObjectMeta" : {
42+ "searchSourceJSON" : " {\" query\" :{\" query\" :\"\" ,\" language\" :\" kuery\" },\" filter\" :[]}"
43+ },
44+ "rowHeight" : 3 ,
45+ "density" : " normal"
46+ }
47+ }
48+ ]
49+ }
50+ ]
51+ }
You can’t perform that action at this time.
0 commit comments