Write Dataframe to ElasticSearch with time-stamp column

To save dataframe to ElasticSearch with timestamp column.however when it is saved into elasticsearch, timestamp column saved as long, which Kibana does not recongize long timestamp column. How can i make sure timestamp column remains timestamp in ES ?

I am using Spark 1.4 with Scala.