Skip to content

feat(opensearch-web): replace top nav with collapsible sidebar, exten… - #15

Merged
liamadale merged 2 commits into
mainfrom
feat/zeek-module-expansion
Apr 15, 2026
Merged

liamadale merged 2 commits into
mainfrom
feat/zeek-module-expansion

Conversation

@liamadale

Copy link
Copy Markdown
Owner

…d to all 25 modules

Replace the flat horizontal nav bar with a collapsible left sidebar grouped by protocol category (Core, Files & Certs, Authentication, Infrastructure, OT/SCADA, Diagnostic). Group expand/collapse state is persisted in localStorage; the sidebar itself can be collapsed to icon- only mode with tooltip fallback.

Overview matrix gains collapsible column groups per category (non-core groups start collapsed). Modules without a src_ip field (pe, capture_loss) are excluded from the matrix and from IP pivot queries — run_cross_protocol_query and the ip_pivot route now check SUPPORTS_IP_FILTER before including a module.

Template rendering for log_view, log_rows, and ip_pivot is now driven by WEB_COLUMNS instead of per-protocol if/elif chains, making new modules automatically appear without template edits. record_detail conditionally hides the FP filter button when SUPPORTS_FP=False.

MODULE_PARAM_KEYS is extended for all 15 new modules. proto_icons and category_icons are lifted out of base.html into an inject_nav_data context processor in app.py so they are available to all templates.

  • Fix WEB_CATEGORY on FTP module: "core" → "infrastructure"

@liamadale
liamadale force-pushed the feat/zeek-module-expansion branch from c115fb7 to e187e6a Compare April 15, 2026 22:43
Comment thread tests/test_zeek_module_parsers.py Dismissed
Comment thread tests/test_zeek_module_parsers.py Dismissed
@liamadale
liamadale force-pushed the feat/zeek-module-expansion branch from e187e6a to 6ba6e0b Compare April 15, 2026 22:44
…d to all 25 modules

Replace the flat horizontal nav bar with a collapsible left sidebar
grouped by protocol category (Core, Files & Certs, Authentication,
Infrastructure, OT/SCADA, Diagnostic). Group expand/collapse state is
persisted in localStorage; the sidebar itself can be collapsed to icon-
only mode with tooltip fallback.

Overview matrix gains collapsible column groups per category (non-core
groups start collapsed). Modules without a src_ip field (pe,
capture_loss) are excluded from the matrix and from IP pivot queries —
run_cross_protocol_query and the ip_pivot route now check
SUPPORTS_IP_FILTER before including a module.

Template rendering for log_view, log_rows, and ip_pivot is now driven
by WEB_COLUMNS instead of per-protocol if/elif chains, making new
modules automatically appear without template edits. record_detail
conditionally hides the FP filter button when SUPPORTS_FP=False.

MODULE_PARAM_KEYS is extended for all 15 new modules. proto_icons and
category_icons are lifted out of base.html into an inject_nav_data
context processor in app.py so they are available to all templates.

- Fix WEB_CATEGORY on FTP module: "core" → "infrastructure"
@liamadale
liamadale force-pushed the feat/zeek-module-expansion branch from 6ba6e0b to 4a6f2bf Compare April 15, 2026 22:48
@liamadale
liamadale merged commit 35022cc into main Apr 15, 2026
3 checks passed
@liamadale
liamadale deleted the feat/zeek-module-expansion branch April 19, 2026 18:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants