New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

fable-log-parser

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fable-log-parser

Log parsing for bunyan JSON log files

latest
Source
npmnpm
Version
1.0.2
Version published
Maintainers
1
Created
Source

Fable Log Parser

Code Climate Coverage Status Build Status Dependency Status devDependency Status

Install

npm install fable-log-parser

Then go to the log parser folder, and run npm install to get all the dependencies by running npm install.

Usage

node FableLogParser.js -p /home/steven/Logs/ -i MyServer.log -x -d -t

Which will create a database FableLogParser and a table LogLine in it which contains each line of the retold log file. This assumes a local mysql database with the user root and the password being blank. If this isn't the case, you can use the Retold pattern for overloading config files to change the settings. More documentation to come when time allows!

Keywords

log

FAQs

Package last updated on 13 May 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts