Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 972 Bytes

README.md

File metadata and controls

28 lines (16 loc) · 972 Bytes

ufwlog

A program to parse, format and export ufw log.

Usage

Download binary from release, or clone project run with cargo.

Export

Current only support export to csv:

ufwlog export -l [log path] --output [filename, default: ufwlog.csv] 

the --log-path default is /var/log/ufw.log on Linux; ./ufw.log on Windows and macOS.

Reporting

Because reference of UFW log is too few and some difference between version, config, etc. this program may have something uncovered.

If you find any problem, just create an issue with original log.

You can de-identification original log content, but keep type. Otherwise, it will make me make mistake judgment. For example, if a new field FID=0106 changed to FID=XXXX when reporting, I will add FID as string because of X char. In this case, you can change record to FID=0168 because data type is same as origin log.

LICENSE

MPL 2.0