Could you post a sample JSON document and a resulting Elasticsearch mapping for the "logtime" field?
for reference, here is what mine looks like (except mine is named "@timestamp"):
"@timestamp" : {
"type" : "date",
"format" : "strict_date_optional_time||epoch_millis"
},