- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Looking for events in "All time" during specific hours
mreznik
Engager
04-04-2012
08:46 AM
Hi,
I need to find a way to look for events in "All Time", but only during specific hours, e.g. between 9am and 5pm.
Any suggestions?
Thanks!
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
kristian_kolb
Ultra Champion
04-04-2012
01:25 PM
As stated below, date_hour is the field to operate on. It is extracted/created for almost all types of log - but not for windows event logs. Bleh.
/k
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
cvajs
Contributor
04-04-2012
10:40 AM
example
index=cisco_esa (date_hour<=16 AND date_hour>=9)
9am to 4:59:59:999pm
it will bucket the events using 1hr slots, so you get 8 slices per day, but you can modify that is needed, etc.
