blob: 84e3aec4c76d1bd8c9dc3ecdc13f3234e514b7e7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
{
"properties": {
"count": {
"type": "long"
},
"entityType": {
"type": "string",
"index": "not_analyzed"
},
"timestamp": {
"type": "date",
"format": "MMM d y HH:m:s||dd-MM-yyyy HH:mm:ss||yyyy-MM-dd'T'HH:mm:ss.SSSZZ||MM/dd/yyyy||yyyyMMdd'T'HHmmssZ"
}
}
}
|