ftplog parsing
-
[Python] pandas를 이용한 iis-ftp log 파싱Python/Python for Windows 2019. 9. 16. 21:09
python pandas를 이용한 iis-ftp log 파싱 #Fields: date time c-ip c-port cs-username s-sitename s-computername cs-host s-ip s-port cs-method cs-uri-stem sc-status sc-win32-status sc-substatus sc-bytes cs-bytes time-taken x-session x-fullpath x-debug import pandas as pd log_field = ['date', 'time', 'c-ip', 'c-port' , 'cs-username', 's-sitename', 's-computername', 'cs-host', 's-ip', 's-port', 'cs-method' ..