Select data based on timestamp

Im trying to select data in a timestamp range (plus somie more criteria:

@timestamp: [ "2023-06-07T:07:00:00" TO "2023-06-07T09:00:00" ]

but this gives the error:

Expected AND, OR, end of input, whitespace but """ found. @timestamp: [ "2023-06-07T:07:00:00" TO "2023-06-07T09:00:00" ]

How do I select time ranges in KQL?

@timestamp > now-3d AND @timestamp < now-2d

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