项目作者: feardarkness

项目描述 :
Kong api gateway log parser
高级语言: JavaScript
项目地址: git://github.com/feardarkness/kong-file-log-parser.git
创建时间: 2018-03-22T16:20:43Z
项目社区:https://github.com/feardarkness/kong-file-log-parser

开源协议:MIT License

下载


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

    1. $ npm install
    2. $ sudo npm install -g http-server
  3. Generate data from the file-logger.

    1. $ node index.js
  4. Run the server.

    1. $ http-server ./visualize
  5. View the list of charts XD (http://127.0.0.1:8080)

What to do next

More visualizations and parse of live logs.