Skip to content
/ ufwlog Public

A cli program to parse, format and export ufw log. (WIP)

License

Notifications You must be signed in to change notification settings

hms5232/ufwlog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A cli program to parse, format and export ufw log. (WIP)

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages