We have a network monitoring and logging facility that logs data access to our servers,and the system logs thousands of records per day. I would like to aggregate the data in 5 minute "blocks" so we can do a line graph showing peak and lean times during the day. Sample raw data is below (ip addresses changed for security). How can we define a group "on change of 5 min interval?".
Thanks very much
StartTime,Flgs,Proto,SrcAddr,Sport,Dir,DstAddr,Dport,SrcPkts,DstPkts,SrcBytes,DstBytes,State
01-11-08 09:17:04, e ,6,10.9.32.24,41123,<?>,150.101.201.36,443,2,2,132,132,FIN
01-11-08 09:17:04, e ,6,10.9.32.24,41325,->,150.188.201.36,443,16,12,4479,4318,CON
01-11-08 09:17:04, e s ,6,10.9.32.213,56225,->,10.2.96.228,21,2,0,124,0,REQ
01-11-08 09:17:04, e ,6,64.15.121.112,80,<?>,10.2.32.24,41024,46,46,69644,2760,CON
01-11-08 09:17:04, e ,17,10.2.32.25,1062,<-,10.5.32.215,53,0,2,0,592,RSP
Thanks very much
StartTime,Flgs,Proto,SrcAddr,Sport,Dir,DstAddr,Dport,SrcPkts,DstPkts,SrcBytes,DstBytes,State
01-11-08 09:17:04, e ,6,10.9.32.24,41123,<?>,150.101.201.36,443,2,2,132,132,FIN
01-11-08 09:17:04, e ,6,10.9.32.24,41325,->,150.188.201.36,443,16,12,4479,4318,CON
01-11-08 09:17:04, e s ,6,10.9.32.213,56225,->,10.2.96.228,21,2,0,124,0,REQ
01-11-08 09:17:04, e ,6,64.15.121.112,80,<?>,10.2.32.24,41024,46,46,69644,2760,CON
01-11-08 09:17:04, e ,17,10.2.32.25,1062,<-,10.5.32.215,53,0,2,0,592,RSP