PUT _template/dynatrace { "order": 0, "template": "dt_*", "settings": { "number_of_shards": "6" }, "mappings": { "useraction": { "dynamic_templates": [ { "allStrings": { "mapping": { "index": "not_analyzed", "type": "string" }, "match_mapping_type": "string", "match": "*" } } ], "properties": { "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" } } } } } } } }, "_parent": { "type": "visit" } }, "visit": { "dynamic_templates": [ { "allStrings": { "mapping": { "index": "not_analyzed", "type": "string" }, "match_mapping_type": "string", "match": "*" } } ], "properties": { "data": { "properties": { "startTime": { "type": "date" }, "endTime": { "type": "date" }, "visitId": { "type": "long" }, "clientDetails": { "properties" : { "gpsCoordinates" : { "type" : "geo_point" } } } } } } }, "clienterror": { "dynamic_templates": [ { "allStrings": { "mapping": { "index": "not_analyzed", "type": "string" }, "match_mapping_type": "string", "match": "*" } } ], "properties": { "data": { "properties": { "startTime": { "type": "date" }, "visitId": { "type": "long" }, "tagId": { "type": "long" }, "agentId": { "type": "long" }, "clientDetails": { "properties" : { "gpsCoordinates" : { "type" : "geo_point" } } } } } }, "_parent": { "type": "visit" } } }, "aliases": {} }