Skip to content

Commit e97f1c1

Browse files
committed
Update to the latest verison of the mappings
1 parent 6e91021 commit e97f1c1

File tree

1 file changed

+125
-119
lines changed

1 file changed

+125
-119
lines changed
Lines changed: 125 additions & 119 deletions
Original file line numberDiff line numberDiff line change
@@ -1,158 +1,164 @@
11
{
2-
"properties" : {
3-
"kibana_name" : {
4-
"type" : "keyword"
2+
"properties": {
3+
"meta": {
4+
"properties": {
5+
"objectType": {
6+
"type": "text",
7+
"fields": {
8+
"keyword": {
9+
"type": "keyword",
10+
"ignore_above": 256
11+
}
12+
}
13+
},
14+
"layout": {
15+
"type": "text",
16+
"fields": {
17+
"keyword": {
18+
"type": "keyword",
19+
"ignore_above": 256
20+
}
21+
}
22+
},
23+
"isDeprecated": {
24+
"type": "boolean"
25+
}
26+
}
27+
},
28+
"migration_version": {
29+
"type": "keyword"
30+
},
31+
"jobtype": {
32+
"type": "keyword"
33+
},
34+
"scheduled_report_id": {
35+
"type": "keyword"
36+
},
37+
"payload": {
38+
"type": "object",
39+
"enabled": false
40+
},
41+
"priority": {
42+
"type": "byte"
43+
},
44+
"timeout": {
45+
"type": "long"
46+
},
47+
"process_expiration": {
48+
"type": "date"
49+
},
50+
"created_by": {
51+
"type": "keyword"
52+
},
53+
"created_at": {
54+
"type": "date"
55+
},
56+
"started_at": {
57+
"type": "date"
558
},
6-
"created_at" : {
7-
"type" : "date"
59+
"completed_at": {
60+
"type": "date"
861
},
9-
"priority" : {
10-
"type" : "byte"
62+
"attempts": {
63+
"type": "short"
1164
},
12-
"jobtype" : {
13-
"type" : "keyword"
65+
"max_attempts": {
66+
"type": "short"
1467
},
15-
"created_by" : {
16-
"type" : "keyword"
68+
"kibana_name": {
69+
"type": "keyword"
1770
},
18-
"migration_version" : {
19-
"type" : "keyword"
71+
"kibana_id": {
72+
"type": "keyword"
2073
},
21-
"timeout" : {
22-
"type" : "long"
74+
"status": {
75+
"type": "keyword"
2376
},
24-
"kibana_id" : {
25-
"type" : "keyword"
77+
"space_id": {
78+
"type": "keyword"
2679
},
27-
"output" : {
28-
"type" : "object",
29-
"properties" : {
30-
"content_type" : {
31-
"type" : "keyword"
80+
"parent_id": {
81+
"type": "keyword"
82+
},
83+
"output": {
84+
"type": "object",
85+
"properties": {
86+
"chunk": {
87+
"type": "long"
3288
},
33-
"size" : {
34-
"type" : "long"
89+
"content": {
90+
"type": "object",
91+
"enabled": false
3592
},
36-
"csv_contains_formulas" : {
37-
"type" : "boolean"
93+
"content_type": {
94+
"type": "keyword"
3895
},
39-
"warnings" : {
40-
"type" : "text"
96+
"csv_contains_formulas": {
97+
"type": "boolean"
4198
},
42-
"chunk" : {
43-
"type" : "long"
99+
"error_code": {
100+
"type": "keyword"
44101
},
45-
"error_code" : {
46-
"type" : "keyword"
102+
"max_size_reached": {
103+
"type": "boolean"
47104
},
48-
"max_size_reached" : {
49-
"type" : "boolean"
105+
"size": {
106+
"type": "long"
50107
},
51-
"content" : {
52-
"type" : "object",
53-
"enabled" : false
108+
"warnings": {
109+
"type": "text"
54110
}
55111
}
56112
},
57-
"process_expiration" : {
58-
"type" : "date"
59-
},
60-
"completed_at" : {
61-
"type" : "date"
62-
},
63-
"payload" : {
64-
"type" : "object",
65-
"enabled" : false
66-
},
67-
"meta" : {
68-
"properties" : {
69-
"layout" : {
70-
"type" : "text",
71-
"fields" : {
72-
"keyword" : {
73-
"ignore_above" : 256,
74-
"type" : "keyword"
113+
"metrics": {
114+
"type": "object",
115+
"properties": {
116+
"csv": {
117+
"type": "object",
118+
"properties": {
119+
"rows": {
120+
"type": "long"
75121
}
76122
}
77123
},
78-
"isDeprecated" : {
79-
"type" : "boolean"
80-
},
81-
"objectType" : {
82-
"type" : "text",
83-
"fields" : {
84-
"keyword" : {
85-
"ignore_above" : 256,
86-
"type" : "keyword"
87-
}
88-
}
89-
}
90-
}
91-
},
92-
"parent_id" : {
93-
"type" : "keyword"
94-
},
95-
"max_attempts" : {
96-
"type" : "short"
97-
},
98-
"started_at" : {
99-
"type" : "date"
100-
},
101-
"metrics" : {
102-
"type" : "object",
103-
"properties" : {
104-
"pdf" : {
105-
"type" : "object",
106-
"properties" : {
107-
"pages" : {
108-
"type" : "long"
124+
"pdf": {
125+
"type": "object",
126+
"properties": {
127+
"pages": {
128+
"type": "long"
109129
},
110-
"memory" : {
111-
"type" : "long"
130+
"cpu": {
131+
"type": "double"
112132
},
113-
"cpuInPercentage" : {
114-
"type" : "double"
133+
"cpuInPercentage": {
134+
"type": "double"
115135
},
116-
"cpu" : {
117-
"type" : "double"
136+
"memory": {
137+
"type": "long"
118138
},
119-
"memoryInMegabytes" : {
120-
"type" : "double"
139+
"memoryInMegabytes": {
140+
"type": "double"
121141
}
122142
}
123143
},
124-
"csv" : {
125-
"type" : "object",
126-
"properties" : {
127-
"rows" : {
128-
"type" : "long"
129-
}
130-
}
131-
},
132-
"png" : {
133-
"type" : "object",
134-
"properties" : {
135-
"memory" : {
136-
"type" : "long"
144+
"png": {
145+
"type": "object",
146+
"properties": {
147+
"cpu": {
148+
"type": "double"
137149
},
138-
"cpuInPercentage" : {
139-
"type" : "double"
150+
"cpuInPercentage": {
151+
"type": "double"
140152
},
141-
"cpu" : {
142-
"type" : "double"
153+
"memory": {
154+
"type": "long"
143155
},
144-
"memoryInMegabytes" : {
145-
"type" : "double"
156+
"memoryInMegabytes": {
157+
"type": "double"
146158
}
147159
}
148160
}
149161
}
150-
},
151-
"attempts" : {
152-
"type" : "short"
153-
},
154-
"status" : {
155-
"type" : "keyword"
156162
}
157163
}
158164
}

0 commit comments

Comments
 (0)