-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmappings_stats.json
49 lines (49 loc) · 961 Bytes
/
mappings_stats.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"mappings": {
"stats":{
"properties": {
"date": {
"type": "string",
"index": "no"
},
"time": {
"type": "string",
"index": "no"
},
"datetime": {
"type": "date",
"format": "yyyy-MM-dd'T'HH:mm:ss"
},
"size": {
"type": "long"
},
"r_version": {
"type": "string",
"index": "not_analyzed"
},
"r_arch": {
"type": "string",
"index": "not_analyzed"
},
"r_os": {
"type": "string",
"index": "not_analyzed"
},
"package": {
"type": "string",
"index": "not_analyzed"
},
"version": {
"type": "string"
},
"country": {
"type": "string",
"index": "not_analyzed"
},
"ip_id": {
"type": "long"
}
}
}
}
}