Skip to content
This repository has been archived by the owner on Feb 9, 2024. It is now read-only.

processwarp/log-analyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

log-analyzer

It shows parallel logs that generated by PROCESS WARP with fluentd.

Get start

  • Setup PostgreSQL and create schema, create table according to etc/schema.sql.
  • Output PORCESS WARP's log, save it to PostgreSQL by fluentd.
  • Copy etc/config.sample.json to etc/config.json, and edit it.
  • Install require modules by npm.
$ cd <checkout dir>/src
$ npm install
  • Launch application with Node.js
$ node index.js
  • Access to http://<hostname>:3000/, and you can search logs by keyword!

Licence

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published