Hi
Can anyone tell me the how to search the particular timestamp in KQL.
Am I using the below format in logstash filter.
time_stamp 11/Aug/2023:16:31:44 +0000
So how to use this time_stamp field and grep the logs. Example, between 11/Aug/2023:16:31:44 to 11/Aug/2023:16:35:44
Thanks.