Split json data based on timestamp

Below is my json data which need to be split based on the time. Please guide me on creating a filter for below data so that date is picked from the response rather than @timestamp.

{
    "2020-04-15T14:37:23.689Z": {
        "01_HomePage": 1.647,
        "02_FindAddress": null,
        "03_SelectAddress": null,
        "<COMBINED>": 1.647
    },
    "2020-04-15T14:37:33.692Z": {
        "01_HomePage": 1.175,
        "02_FindAddress": 0.564,
        "03_SelectAddress": 2.251,
        "<COMBINED>": 1.33
    }

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