CLF Log Analyzer is an open source real-time web log analyzer and interactive viewer, which allow user to do interaction with data.
- To start edit
src/lib/config.ts
to locate the log file
export const config = {
logPath: '/var/log/apache2/access.log',
}
- Start the application
bun install
# dev
bun dev
# prod
bun build
bun start