save_search
Save search queries with filters, time ranges, and fields under a unique name. Reuse complex searches later without re-entering them.
Instructions
Save a named search query for later reuse. Saves query parameters so you don't have to re-type complex searches.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | End time for absolute range (ISO string or timestamp) | |
| from | No | Start time for absolute range (ISO string or timestamp) | |
| name | Yes | A unique name for this saved search | |
| query | No | The query to save | |
| fields | No | Comma-separated field names to return, or '*' for all fields | |
| filters | No | Field filters (e.g. {"env": "production", "level": 3}) | |
| pageSize | No | Number of messages per page | |
| streamIds | No | Optional stream IDs to scope the search | |
| timeRange | No | Time range (e.g., '1h', '2d', '30m') | |
| exactMatch | No | If true, wraps the query in quotes for exact match |