Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| Beide Seiten der vorigen Revision Vorhergehende Überarbeitung Nächste Überarbeitung | Vorhergehende Überarbeitung | ||
|
bluecoat:proxysg:accesslog [2015/04/20 12:06] daniel [Lokal anzeigen und filtern] |
bluecoat:proxysg:accesslog [2016/11/15 12:48] (aktuell) |
||
|---|---|---|---|
| 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> | ||