UNPKG

log-analyzer-vibes

Version:

A security log analyzer with prescriptive intelligence

26 lines (18 loc) 597 B
# Log Analyzer Vibes A **Node.js CLI and module** for analyzing server logs, detecting anomalies, and giving actionable recommendations. --- ## Features - Reads `access.log` and `error.log`. - Detects: - 404 spikes & frequent errors - Suspicious IP activity (possible brute-force) - Provides recommendations: block IPs, fix broken links, update plugins. - Works as: - **CLI** `npx log-analyzer-vibes analyze` - **Module** import into Node.js projects --- ## Installation ```bash npm install log-analyzer-vibes ```bash npx log-analyzer-vibes analyze