PUT _template/dynatrace { "index_patterns": "dt_*", "settings": { "number_of_shards": "6" }, "mappings": { "document": { "dynamic_templates" : [ { "strings": { "match_mapping_type": "string", "mapping": { "type": "keyword" } } } ], "properties": { "serverName": { "type": "keyword" }, "data": { "properties": { "startTime": { "type": "date" }, "endTime": { "type": "date" }, "visitId": { "type": "long" }, "tagId": { "type": "long" }, "agentId": { "type": "long" }, "clientDetails": { "properties" : { "gpsCoordinates" : { "type" : "geo_point" } } }, "resourceReport": { "properties" : { "cdn" : { "properties": { "domains": { "type": "nested" } } }, "thirdParty" : { "properties": { "domains": { "type": "nested" } } } } } } } } } }, "aliases": {} }