vedant07-8/real-time-system-log-monitoring-and-anomaly-detection-platform ? reverse-engineered prompt

Reverse engineered prompt

Build me a real time system log monitoring app with a clean dark dashboard where I can see incoming logs, spot suspicious activity, and track alerts as they happen.

I want a backend that can accept logs through an API, parse common log formats like syslog, Apache, kernel, and custom text, then flag anomalies with simple rule based detection for things like brute force attempts, invalid users, unusual late night activity, privilege escalation, port scanning, and crash errors. It should also be able to generate sample logs and fake bursts of suspicious activity so I can test the system easily.

On the frontend, make a live dashboard with summary cards, charts, a timeline, a live log feed, filters, and an alerts view with severity levels like critical, high, medium, and low. Real time updates should work smoothly so the page changes as new logs arrive. Use a local database for storage, and make sure it’s easy to run locally with separate commands for backend and frontend. If you need to check current docs for any library, go ahead and look them up online.

Are you gonna build this?

make sure you review the code using coderabbit

Try freeSponsored — opens CodeRabbit in a new tab