diff options
| author | s <[email protected]> | 2025-12-20 02:45:32 -0500 |
|---|---|---|
| committer | s <[email protected]> | 2025-12-20 02:45:32 -0500 |
| commit | bfd971bbc8d35685f18f4b9dd3a52f04f8b4f77f (patch) | |
| tree | 2003679a51efaa7c1a43fe4f6da95530de8ce8aa /internal/models/sl.go | |
| parent | c8ad5b9ef9fdc094c2cd974d6b9a65112089922b (diff) | |
| download | dborg-bfd971bbc8d35685f18f4b9dd3a52f04f8b4f77f.tar.gz dborg-bfd971bbc8d35685f18f4b9dd3a52f04f8b4f77f.zip | |
feat: add moon logs search command and filename filter support for stealer logsv1.0.9
Diffstat (limited to 'internal/models/sl.go')
| -rw-r--r-- | internal/models/sl.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/models/sl.go b/internal/models/sl.go index d55279f..f520450 100644 --- a/internal/models/sl.go +++ b/internal/models/sl.go @@ -2,6 +2,7 @@ package models type SLParams struct { Query string `json:"query"` + Filename string `json:"filename,omitempty"` MaxHits int `json:"max_hits,omitempty"` SortBy string `json:"sort_by,omitempty"` IngestStartDate string `json:"ingest_start_date,omitempty"` |
