add id to request log search

This commit is contained in:
pascal
2026-02-11 19:25:23 +01:00
parent acb53ece93
commit ebb1f4007d
3 changed files with 4 additions and 4 deletions

View File

@@ -21,7 +21,7 @@ type AccessLogFilter struct {
PageSize int
// Filtering parameters
Search *string // General search across host, path, source IP, and user fields
Search *string // General search across log ID, host, path, source IP, and user fields
SourceIP *string // Filter by source IP address
Host *string // Filter by host header
Path *string // Filter by request path (supports LIKE pattern)