search_logs
Search raw logs across any index pattern with customizable filters, time ranges, and pagination to investigate events in UTMStack SIEM.
Instructions
Search raw logs in any index pattern.
index_pattern: e.g. v11-log-wineventlog-, v11-log-linux-, v11-log-*. filters: list of {"field","operator","value"}. Common windows fields: log.eventCode, dataSource.keyword, target.user, origin.ip, log.eventDataScriptBlockText, log.message. Linux: log.message, action. start/end: relative or absolute @timestamp window. server: which configured server to target (default active/default).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | now | |
| page | No | ||
| size | No | ||
| sort | No | @timestamp,desc | |
| start | No | now-24h | |
| server | No | ||
| filters | No | ||
| index_pattern | No | v11-log-* |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |