filmov
tv
Parsing a Ubiquiti web server Log with a universal log parsing Powershell tool

Показать описание
View output of this tool at 3:22
This tool is actually able to parse virtually any log and email the results. It is quite flexible in terms of input and output.
Via parameters you define the location of the date, value to consider unique for deduplication (if enabled) and the string to search for in the log.
There are about 30 parameters.
The parsing occurs based on a parameter called -fieldtofind which searches using the -match function, which accepts regular expressions for greater flexibility.
This tool is actually able to parse virtually any log and email the results. It is quite flexible in terms of input and output.
Via parameters you define the location of the date, value to consider unique for deduplication (if enabled) and the string to search for in the log.
There are about 30 parameters.
The parsing occurs based on a parameter called -fieldtofind which searches using the -match function, which accepts regular expressions for greater flexibility.