-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathweather-2.1.0-template.json
More file actions
64 lines (64 loc) · 957 Bytes
/
weather-2.1.0-template.json
File metadata and controls
64 lines (64 loc) · 957 Bytes
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"order": 0,
"index_patterns": [
"weather-2.1.0-*"
],
"settings": {
"index": {
"number_of_shards": "2",
"number_of_replicas": "1"
}
},
"mappings": {
"doc": {
"properties": {
"tsa": {
"type": "long"
},
"humidity": {
"type": "float"
},
"light": {
"type": "float"
},
"pressure": {
"type": "float"
},
"temperature": {
"type": "float"
},
"time": {
"type": "date"
},
"version": {
"type": "text"
},
"fwVersion": {
"type": "text"
},
"swVersion": {
"type": "text"
},
"hwVersion": {
"type": "text"
},
"devName": {
"type": "text"
},
"isClock": {
"type": "boolean"
},
"isThermometer": {
"type": "boolean"
},
"isHygrometer": {
"type": "boolean"
},
"isBarometer": {
"type": "boolean"
}
}
}
},
"aliases": {}
}