Skip to content

feardarkness/kong-file-log-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Table of Contents generated with DocToc

File-log plugin parser (Kong api gateway)

Check your logs easily (node >= 8.x.x).

What you need...

  1. Clone the repo

  2. Install dependencies

$ npm install
$ sudo npm install -g http-server
  1. Generate data from the file-logger.
$ node index.js
  1. Run the server.
$ http-server ./visualize
  1. View the list of charts XD (http://127.0.0.1:8080)

What to do next

More visualizations and parse of live logs.