Maps date filter

I am trying to implement maps with possibility to filter data on the dashboard, using "date" value form the marker. By default, maps create filter in the format "2021-01-23T15:00:22Z" and the search crashes with: failed to parse date field [2020-01-21T00:00:01.000Z] with format [yyyy-MM-dd HH:mm:ss]. I tired to change formats in different places, but no luck so far. If I open filter and change the value from "2021-01-23T15:00:22Z" -> "2021-01-23 15:00:22", everything works fine. Please, see screenshots attached:

Screenshot 2020-01-24 at 18.32.35
Screenshot 2020-01-24 at 18.33.00
Screenshot 2020-01-24 at 18.33.13

What can I do to fix this?

What does your elasticsearch index mapping look like for the date field?

What does the raw value for the field look like?

Can you provide an example document along with the filter dsl content for the created filter?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.