2015年2月6日 星期五

Regular Expression to match the error code of IIS FTP Log

Regular Expression to match the error code of IIS FTP Log

.*21\s(.*?)\s(.*?)\s[45]

2015-02-01 00:00:14 194.20.113.170 UK2I-ISASAAC01\isat.internal 194.20.113.192 21 NOOP - 200 0 0 f51b3e27-ca5c-4ff4-8f6e-b7b4e12fa6d4 -
2015-02-01 00:00:14 194.20.113.170 UK2I-ISASAAC01\isat.internal 194.20.113.192 21 CWD /NDA 250 0 0 f51b3e27-ca5c-4ff4-8f6e-b7b4e12fa6d4 /NDA
2015-02-01 00:00:14 194.20.113.170 UK2I-ISASAAC01\isat.internal 194.20.113.192 21 PWD - 257 0 0 f51b3e27-ca5c-4ff4-8f6e-b7b4e12fa6d4 -
2015-02-01 00:00:14 194.20.113.170 UK2I-ISASAAC01\isat.internal 194.20.113.192 21 NOOP - 200 0 0 f51b3e27-ca5c-4ff4-8f6e-b7b4e12fa6d4 -
2015-02-01 00:00:14 194.20.113.170 UK2I-ISASAAC01\isat.internal 194.20.113.192 21 CWD /NDA_Staging 250 0 0 f51b3e27-ca5c-4ff4-8f6e-b7b4e12fa6d4 /NDA_Staging

using Windows findstr
findstr /N /R /C:".*21[ ].*[ ].*[ ][45][0-9][0-9][ ]" *.log > ftpec.txt

findstr /N /R /C:".*[ ][45][0-9][0-9][ ]" *.log > ftpec.txt

沒有留言:

張貼留言

2007 to 2023 HP and Dell Servers Comparison

  HP Gen5 to Gen11  using ChatGPT HP ProLiant Gen Active Years CPU Socket Popular HP CPUs Cores Base Clock Max RAM Capacity Comparable Dell ...