Skip to content

CLF Log Analyzer is an open source real-time web log analyzer and interactive viewer, which allow user to do interaction with data.

Notifications You must be signed in to change notification settings

maruwtc/clf-log-dashboard

Repository files navigation

CLF Log Analyzer

Capture

Features

CLF Log Analyzer is an open source real-time web log analyzer and interactive viewer, which allow user to do interaction with data.

Usage

  1. To start edit src/lib/config.ts to locate the log file
export const config = {
    logPath: '/var/log/apache2/access.log',
}
  1. Start the application
bun install

# dev
bun dev

# prod
bun build
bun start

About

CLF Log Analyzer is an open source real-time web log analyzer and interactive viewer, which allow user to do interaction with data.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published