Initial commit for AAI-UI(sparky-backend)
[aai/sparky-be.git] / src / test / resources / es_test_scripts / topoHistoryConfigSettings.json
1 {
2   "topographyhistorysearchindex-localhost" : {
3     "mappings" : {
4       "default" : {
5         "properties" : {
6           "count" : {
7             "type" : "keyword"
8           },
9           "entityType" : {
10             "type" : "keyword"
11           },
12           "timestamp" : {
13             "type" : "date",
14             "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"
15           }
16         }
17       }
18     }
19   }
20 }