Iam trying to create alert for logins in specific time. For example if there is a login at 2:00 am then there should be an alert.
I have created pipeline code which extract only hour field from the timestamp and I tried to query between a time range for example message:“login success” AND hour: 12 TO 5.
But in search result I only see logs during 12 hour not the range from 12 to 5.
Thank you very much for the reply, Yes I cretaed pipeline function which will see the time format I needed to check. I used pipeline funtion to split the timestamp and make query like you mentioned. it works.