Skip to content

Commit f936f95

Browse files
author
Liza K
committed
Updated reporting mappings after syncing with @gammon
1 parent 863e25f commit f936f95

File tree

2 files changed

+118
-122
lines changed

2 files changed

+118
-122
lines changed

x-pack/test/reporting/es_archives/bwc/6_2/mappings.json

Lines changed: 49 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -3,59 +3,57 @@
33
"value": {
44
"index": ".reporting-2018.03.11",
55
"mappings": {
6-
"esqueue": {
7-
"properties": {
8-
"attempts": {
9-
"type": "short"
10-
},
11-
"completed_at": {
12-
"type": "date"
13-
},
14-
"created_at": {
15-
"type": "date"
16-
},
17-
"created_by": {
18-
"type": "keyword"
19-
},
20-
"jobtype": {
21-
"type": "keyword"
22-
},
23-
"max_attempts": {
24-
"type": "short"
25-
},
26-
"output": {
27-
"properties": {
28-
"content": {
29-
"enabled": false,
30-
"type": "object"
31-
},
32-
"content_type": {
33-
"type": "keyword"
34-
},
35-
"max_size_reached": {
36-
"type": "boolean"
37-
}
6+
"properties": {
7+
"attempts": {
8+
"type": "short"
9+
},
10+
"completed_at": {
11+
"type": "date"
12+
},
13+
"created_at": {
14+
"type": "date"
15+
},
16+
"created_by": {
17+
"type": "keyword"
18+
},
19+
"jobtype": {
20+
"type": "keyword"
21+
},
22+
"max_attempts": {
23+
"type": "short"
24+
},
25+
"output": {
26+
"properties": {
27+
"content": {
28+
"enabled": false,
29+
"type": "object"
30+
},
31+
"content_type": {
32+
"type": "keyword"
33+
},
34+
"max_size_reached": {
35+
"type": "boolean"
3836
}
39-
},
40-
"payload": {
41-
"enabled": false,
42-
"type": "object"
43-
},
44-
"priority": {
45-
"type": "byte"
46-
},
47-
"process_expiration": {
48-
"type": "date"
49-
},
50-
"started_at": {
51-
"type": "date"
52-
},
53-
"status": {
54-
"type": "keyword"
55-
},
56-
"timeout": {
57-
"type": "long"
5837
}
38+
},
39+
"payload": {
40+
"enabled": false,
41+
"type": "object"
42+
},
43+
"priority": {
44+
"type": "byte"
45+
},
46+
"process_expiration": {
47+
"type": "date"
48+
},
49+
"started_at": {
50+
"type": "date"
51+
},
52+
"status": {
53+
"type": "keyword"
54+
},
55+
"timeout": {
56+
"type": "long"
5957
}
6058
}
6159
},

x-pack/test/reporting/es_archives/bwc/6_3/mappings.json

Lines changed: 69 additions & 71 deletions
Original file line numberDiff line numberDiff line change
@@ -3,81 +3,79 @@
33
"value": {
44
"index": ".reporting-2018.05.06",
55
"mappings": {
6-
"esqueue": {
7-
"properties": {
8-
"attempts": {
9-
"type": "short"
10-
},
11-
"completed_at": {
12-
"type": "date"
13-
},
14-
"created_at": {
15-
"type": "date"
16-
},
17-
"created_by": {
18-
"type": "keyword"
19-
},
20-
"jobtype": {
21-
"type": "keyword"
22-
},
23-
"max_attempts": {
24-
"type": "short"
25-
},
26-
"meta": {
27-
"properties": {
28-
"layout": {
29-
"fields": {
30-
"keyword": {
31-
"ignore_above": 256,
32-
"type": "keyword"
33-
}
34-
},
35-
"type": "text"
6+
"properties": {
7+
"attempts": {
8+
"type": "short"
9+
},
10+
"completed_at": {
11+
"type": "date"
12+
},
13+
"created_at": {
14+
"type": "date"
15+
},
16+
"created_by": {
17+
"type": "keyword"
18+
},
19+
"jobtype": {
20+
"type": "keyword"
21+
},
22+
"max_attempts": {
23+
"type": "short"
24+
},
25+
"meta": {
26+
"properties": {
27+
"layout": {
28+
"fields": {
29+
"keyword": {
30+
"ignore_above": 256,
31+
"type": "keyword"
32+
}
3633
},
37-
"objectType": {
38-
"fields": {
39-
"keyword": {
40-
"ignore_above": 256,
41-
"type": "keyword"
42-
}
43-
},
44-
"type": "text"
45-
}
46-
}
47-
},
48-
"output": {
49-
"properties": {
50-
"content": {
51-
"enabled": false,
52-
"type": "object"
53-
},
54-
"content_type": {
55-
"type": "keyword"
34+
"type": "text"
35+
},
36+
"objectType": {
37+
"fields": {
38+
"keyword": {
39+
"ignore_above": 256,
40+
"type": "keyword"
41+
}
5642
},
57-
"max_size_reached": {
58-
"type": "boolean"
59-
}
43+
"type": "text"
44+
}
45+
}
46+
},
47+
"output": {
48+
"properties": {
49+
"content": {
50+
"enabled": false,
51+
"type": "object"
52+
},
53+
"content_type": {
54+
"type": "keyword"
55+
},
56+
"max_size_reached": {
57+
"type": "boolean"
6058
}
61-
},
62-
"payload": {
63-
"enabled": false,
64-
"type": "object"
65-
},
66-
"priority": {
67-
"type": "byte"
68-
},
69-
"process_expiration": {
70-
"type": "date"
71-
},
72-
"started_at": {
73-
"type": "date"
74-
},
75-
"status": {
76-
"type": "keyword"
77-
},
78-
"timeout": {
79-
"type": "long"
8059
}
60+
},
61+
"payload": {
62+
"enabled": false,
63+
"type": "object"
64+
},
65+
"priority": {
66+
"type": "byte"
67+
},
68+
"process_expiration": {
69+
"type": "date"
70+
},
71+
"started_at": {
72+
"type": "date"
73+
},
74+
"status": {
75+
"type": "keyword"
76+
},
77+
"timeout": {
78+
"type": "long"
8179
}
8280
}
8381
},

0 commit comments

Comments
 (0)