Skip to content

splitt textbased logfiles with a regex into smaller files

License

Notifications You must be signed in to change notification settings

Hirogen/regexLogSplitter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

regexLogSplitter

splitts textbased logfiles with a regex into smaller files

currently supported:

Intervall

TimeWindow Logfiles that have the following timeformat:

2018-12-28 15:58:49.505

(\d{4}-\d{2}-\d{2} \d{2}:\d{2}:\d{2}.\d{3})

Remove Lines from Logfile:

Removes Lines based on a given Regex

Normal Regex Filtering

Filter a logfile based on a Regex

TODOs

  • Better usability
  • Add more Options
  • Add more Screens
  • Allow TimeFormat Regexs, so no hardcoded timeformat is used

Releases

No releases published

Packages

No packages published

Languages