blob: 875813ee592238f2a1192984f39e62f88adf8188 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
{
"topographyhistorysearchindex-localhost" : {
"mappings" : {
"default" : {
"properties" : {
"count" : {
"type" : "keyword"
},
"entityType" : {
"type" : "keyword"
},
"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"
}
}
}
}
}
}
|