i have a Question about a Query in KQL.
I would like to use a Time at the KQL Query who only shows me the Results between 08:00 and 17:00 Time.
How can i build these at the KQL Query?
Im only find the DateTime Variable but i need only the Time?
Thanks a lot.
Regards,
Phil
2
Answers
Timestamp%1d will give us only the time part of the day (timespan).
Fiddle
The below is the example to show logs between specific time:
If you only want timestamp then:
You can give your date and time in end and start in query.