forked from heyAyushh/babysitter.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setuo.es
44 lines (41 loc) · 1.07 KB
/
setuo.es
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
PUT /raw
{
"mappings": {
"log": {
"properties": {
"Scored Labels": {
"type": "text",
"fields": {
"keyword": {
"type": "keyword",
"ignore_above": 256
}
}
},
"Scored Probabilities": {
"type": "long"
},
"LightIntensity": {
"type": "long"
},
"wet": {
"type": "long"
},
"SoundIntensity": {
"type": "long"
},
"humidity": {
"type": "long"
},
"temperature": {
"type": "long"
},
"timestamp": {
"type": "date",
"format": "basic_date_time_no_millis"
}
}
}
}
}
Delete /raw