Hi,
From access log that you shown, I see only scheme below
cs-uri-scheme=ssl
it's mean you are setting detect protocol or set the proxy setting to SSL in proxy-services.
But it's not mean you are decrypt SSL traffics.
the traffics were decrypt by proxy, in the access log will show scheme to "https".
And for make sure you were setting correct about log format, pls. shared the SSL log format that you used.
------------------------------
Thank you and BR
Sakkarin Pichetskul
System Engineer
nForce Secure Co.,Ltd. [Thailand]
------------------------------
Original Message:
Sent: 05-30-2021 07:00 AM
From: ITA ISD
Subject: YouTube URL path in event log
Hi,
I want to customize the event log to show all the path of a YouTube URL. It shows for YouTube URLs only the domain name of YouTube like below!:
Bluecoat|src=x.x.x.x|srcport=58412|dst=x.x.x.x|dstport=443|username=-|devicetime=[30/05/2021:09:41:58 GMT]|s-action=TUNNELED|sc-status=0|cs-method=unknown|time-taken=2571|sc-bytes=11013|cs-bytes=535|cs-uri-scheme=ssl|cs-host=www.youtube.com|cs-uri-path=/|cs-uri-query=-|cs-uri-extension=-|cs-auth-group=-|rs(Content-Type)=-|cs(User-Agent)=-|cs(Referer)=-|sc-filter-result=OBSERVED|filter-category=Technology/Internet|cs-uri=ssl://www.youtube.com:443/
But for other request it shows the below:
Bluecoat|src=x.x.x.x|srcport=58412|dst=172.67.215.6|dstport=443|username=-|devicetime=[30/05/2021:09:41:58 GMT]|s-action=TUNNELED|sc-status=0|cs-method=unknown|time-taken=2571|sc-bytes=11013|cs-bytes=535|cs-uri-scheme=ssl|cs-host=cdn.foxpush.net|cs-uri-path=/|cs-uri-query=-|cs-uri-extension=-|cs-auth-group=-|rs(Content-Type)=-|cs(User-Agent)=-|cs(Referer)=-|sc-filter-result=OBSERVED|filter-category=Technology/Internet|cs-uri=ssl://cdn.foxpush.net:443/
Another example is:
Bluecoat|src=x.x.x.x|srcport=52782|dst=188.135.7.63|dstport=443|username=-|devicetime=[30/05/2021:10:06:30 GMT]|s-action=TUNNELED|sc-status=0|cs-method=unknown|time-taken=7810053|sc-bytes=809|cs-bytes=1240|cs-uri-scheme=ssl|cs-host=sms.ooredoo.com.om|cs-uri-path=/|cs-uri-query=-|cs-uri-extension=-|cs-auth-group=-|rs(Content-Type)=-|cs(User-Agent)=-|cs(Referer)=-|sc-filter-result=OBSERVED|filter-category=Business/Economy|cs-uri=ssl://sms.ooredoo.com.om:443/
Kindly, guide me how I can show all the path of a YouTube URI, because all requests/events are showing only the domain name not all path URI.
Appreciate your support.