From e4f2a1384f274d6470c19048235e2b647a5005b4 Mon Sep 17 00:00:00 2001 From: Saranyadharani Date: Mon, 1 Jun 2026 19:58:33 +0530 Subject: [PATCH 1/2] feat: add real-time log streaming with anomaly highlighting and smart filters --- html/dashboard.html | 106 ++++++++++-- js/anomalyFilters.js | 170 ++++++++++++++++++ js/streaming.js | 245 ++++++++++++++++++++++++++ logic.py | 108 +++++++++++- main.py | 154 +++++++++++++---- styles/streaming.css | 399 +++++++++++++++++++++++++++++++++++++++++++ test.log | 9 + 7 files changed, 1139 insertions(+), 52 deletions(-) create mode 100644 js/anomalyFilters.js create mode 100644 js/streaming.js create mode 100644 styles/streaming.css create mode 100644 test.log diff --git a/html/dashboard.html b/html/dashboard.html index 6a731ad..6f36688 100644 --- a/html/dashboard.html +++ b/html/dashboard.html @@ -11,13 +11,10 @@ - + +