How to get maximum date docs?

I have docs with data field.

I need to get docs which have maximum date. how to write query in dsl.

I tried of writing aggregation query but it returns 0 result.

May be order by date?