this could be youtube(not sure). look for related logs(same source) above this one.
2)User gujaratidtp visited youtube at 2014:03:24-00:34:57 from the PC at 192.168.24.4.
I resolved it by cutting out the unneccesary information using a few search&replace commands in MS Excel. If I am done, it leaves me with the following information:
2014:03:24-00:34:57 action="pass"
srcip="192.168.24.4" dstip="74.125.200.102" user="gujaratidtp" profile="REF_HttProGeneraUser (General User)" filteraction="REF_HttCffGeneraUser (General User)" url="s.youtube.com/”exceptions="" error="" category="147,179" categoryname="Streaming Media,Media Sharing"
this is split to different columns, which makes it easily readable.
also, I use excel' conditional formatting to hide empty columns(for example, I consider user="" empty, but user="any username", not.).
it takes a while to process a lot of lines, and might take a while(too long for certain companies), but it does the job quiet right.
I want to move to Notepad++ too, but I can't figure the regular expressions there
this could be youtube(not sure). look for related logs(same source) above this one.
2)User gujaratidtp visited youtube at 2014:03:24-00:34:57 from the PC at 192.168.24.4.
I resolved it by cutting out the unneccesary information using a few search&replace commands in MS Excel. If I am done, it leaves me with the following information:
2014:03:24-00:34:57 action="pass"
srcip="192.168.24.4" dstip="74.125.200.102" user="gujaratidtp" profile="REF_HttProGeneraUser (General User)" filteraction="REF_HttCffGeneraUser (General User)" url="s.youtube.com/”exceptions="" error="" category="147,179" categoryname="Streaming Media,Media Sharing"
this is split to different columns, which makes it easily readable.
also, I use excel' conditional formatting to hide empty columns(for example, I consider user="" empty, but user="any username", not.).
it takes a while to process a lot of lines, and might take a while(too long for certain companies), but it does the job quiet right.
I want to move to Notepad++ too, but I can't figure the regular expressions there