gui: log search & filters — regex, global-search integration, deep history paging #554
Labels
No labels
area:frontend
area:gui
area:transfer
area:zenoh
breaking-change
bug
correlation
deployment
documentation
duplicate
enhancement
good first issue
help wanted
invalid
keyspace-v2
netring-0.27
netring-0.28
netring-0.29
nlink-0.24
performance
priority:p0
priority:p1
priority:p2
prototype
question
redesign
rerun
research
security
sensor:logs
sensor:netlink
sensor:netring
sensor:parallax
sensor:snmp
sensor:sysinfo
sensor:systemd
v3-roadmap
wave:0
wave:1
wave:2
wave:3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
marcpardo/zensight#554
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Part of #542.
Problem
Log search in the GUI is shallow: the message filter in
zensight/src/view/specialized/syslog.rsis substring-only while its placeholder text ("error|failed") promises regex; the stream renders at most 100 rows with no way to page deeper; and the global search overlay (zensight/src/view/search.rs) matches onlyprotocol/source/metricpaths — log content is unsearchable from the app's main search surface.Proposal
pattern=to the sensor query for history depth.from/toselectors.LogsFilterstruct → view routing).Acceptance
iced_test::simulatorcoverage: filter application, pagination trigger, global-search routing.Depends on the server-side search issue.