feat: add threshold control UI and batch scan (Level 3)#122
Open
ayushlad9108 wants to merge 1 commit into
Open
feat: add threshold control UI and batch scan (Level 3)#122ayushlad9108 wants to merge 1 commit into
ayushlad9108 wants to merge 1 commit into
Conversation
Part 1 - Threshold Control UI: - Add adjustable gap threshold slider (5s to 3600s) in Evidence Ingestion card - Display active threshold value dynamically with smart formatting (s/m/h) - Persist threshold preference in localStorage across sessions - Wire threshold to /analyze API call (replaces hardcoded 60s) Part 2 - Batch Scan: - Update file input to accept multiple files - Queue and run sequential /analyze calls per file - Aggregate results into combined KPI cards (avg score, total gaps) - Show per-file summary cards in Registry tab (Batch Analysis Summary) - Add File Source column to incident registry table - Update search/filter/sort to work across all files - Batch-aware JSON and CSV export formats Backend: - /analyze now returns metadata (filename, threshold_used, analyzed_at) Test data: - Add test_logs/auth.log, syslog.log, access.log for local testing
Owner
|
Fix the conflicts!! @ayushlad9108 |
Owner
|
@ayushlad9108 Is there any updates?? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Part 1 - Threshold Control UI:
Part 2 - Batch Scan:
Backend:
Test data: