Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| Nächste Überarbeitung | Vorhergehende Überarbeitung | ||
|
bluecoat:proxysg:accesslog [2015/02/11 08:19] daniel angelegt |
bluecoat:proxysg:accesslog [2016/11/15 12:48] (aktuell) |
||
|---|---|---|---|
| Zeile 9: | Zeile 9: | ||
| Beispiel: | Beispiel: | ||
| - | http://mabc01.suedleasing.com:8081/accesslog/tail-f/main | + | http://ProxyIP:8081/accesslog/tail-f/main |
| ==== Lokal anzeigen und filtern ==== | ==== Lokal anzeigen und filtern ==== | ||
| Zeile 16: | Zeile 16: | ||
| <code> | <code> | ||
| - | "C:\Program Files (x86)\GnuWin32\bin\wget.exe" --http-user=admin --http-passwd=<PASSWORD> --no-check-certificate https://mabc01.suedleasing.com:8082/Accesslog/tail-f/main_reporter9 -q -O - | + | "C:\Program Files (x86)\GnuWin32\bin\wget.exe" --http-user=admin --http-passwd=<PASSWORD> --no-check-certificate https://<PROXY-IP>:8082/Accesslog/tail-f/<LOG-FILENAME> -q -O - |
| </code> | </code> | ||
| Zeile 22: | Zeile 22: | ||
| <code> | <code> | ||
| - | "C:\Program Files (x86)\GnuWin32\bin\wget.exe" --http-user=admin --http-passwd=<PASSWORD> --no-check-certificate https://mabc01.suedleasing.com:8082/Accesslog/tail-f/main_reporter9 -q -O - | find "was_ich filtern_moechte" | + | "C:\Program Files (x86)\GnuWin32\bin\wget.exe" --http-user=admin --http-passwd=<PASSWORD> --no-check-certificate https://<PROXY-IP>:8082/Accesslog/tail-f/<LOG-FILENAME> -q -O - | find "was_ich filtern_moechte" |
| </code> | </code> | ||
| + | |||
| + | |||
| + | ==== Access-Log Felder ==== | ||
| + | [[https://bto.bluecoat.com/webguides/cacheflow/3x/webguide/Content/CPL/Access-Log-Fields.htm| Übersicht der Felder des Access Log Protokolls]] | ||