Skip to content

Node based Hapi server will be run, which serves web pages and also has a plugin called file stream to read the logs from the server. Need to deploy the Log Analyzer application on the Unix box where the microservices are currently deployed as it needs to read the logs from the local storage. Log Analyzer application read the logs through file s…

Notifications You must be signed in to change notification settings

RavvaBhaskar/log-analyzer

Repository files navigation

Purpose

This code base is for the project to auto analyze logs from the incidents(issues)

Usage:

To reduce the manuel work for analysing the logs. Ensure that your machine is has node installed and check the version your machine is using by typing node -v . Node v6 must be used, Check the node for more info on how to install and use node.

  1. To install all the dev dependencies
npm install

1.1 Install bower

npm install bower

1.2 Run bower install

bower install
  1. Run application

2.1 Set environment variable as NODE_ENV=local

2.2 Start the server

node server.js

About

Node based Hapi server will be run, which serves web pages and also has a plugin called file stream to read the logs from the server. Need to deploy the Log Analyzer application on the Unix box where the microservices are currently deployed as it needs to read the logs from the local storage. Log Analyzer application read the logs through file s…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published