Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 508 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 508 Bytes

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