blob: c635e0285eaf5fefb6b54af1c8bce2e5710b20a1 [file] [log] [blame]
{
"dynamic_templates": [
{
"all": {
"match": "*",
"match_mapping_type": "string",
"mapping": {
"type": "text",
"analyzer": "folding",
"fields": {
"keyword": {
"type": "keyword",
"ignore_above": 256
}
}
}
}
}
],
"properties": {
"duration": {
"type": "long"
},
"timeStamp": {
"type": "date"
},
"lastEventDate": {
"type": "date"
},
"properties": {
"properties": {
"location": {
"type": "geo_point"
}
}
},
"size": {
"type": "long"
}
}
}