In kibana how to show the Nested date

the data like

how can change to like this

That is done by the dynamic field templates: https://www.elastic.co/guide/en/elasticsearch/reference/current/dynamic-templates.html
You need to look more into that. And if you need more help, I suggest asking in the Elasticsearch forum as more people there can help you with mappings.