Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 849 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 849 Bytes

About

log-analyzer can analyze any file about text. (log、word、txt、etc)

Usage

git clone git@github.com:YxrSadhu/log-analyzer.git

npm i

npm run start

After uploading the file, u can input Regular Expression to filter information.

If content begin with time like (xxxx-xx-xx xx:xx:xx), u can also sift information through time filter. choose starting time and ending time, the information will be sifted in this range.

...

Features

  • click to upload file
  • drag & drop file
  • use Regular Expression to sift
  • use time range to sift
  • spread a customized range of filtered info
  • hover show format json

Final

I'd be very grateful if u guys give me any inspiration😸.

If u have some thoughts about the project , plz create a issue.