mac_unified_logs_search
Search macOS unified logs with regex patterns, subsystem, process, and time range filters for targeted forensic analysis.
Instructions
Search macOS Unified Logs with filters. Supports regex patterns, subsystem/category/process filters, and time ranges.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum results to return | |
| query | Yes | Search pattern (regex supported) | |
| offset | No | Skip first N results for pagination | |
| process | No | Filter by process name | |
| log_path | Yes | Path to unified_logs.csv or .logarchive bundle | |
| time_end | No | ISO datetime - filter events before this time | |
| subsystem | No | Filter by subsystem (e.g., 'com.apple.opendirectoryd') | |
| time_start | No | ISO datetime - filter events after this time |