ncloud_search_logs
Search and retrieve collected logs from Cloud Log Analytics to troubleshoot issues, using filters for keywords, time range, log types, and pagination.
Instructions
Search collected logs in Cloud Log Analytics.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pageNo | No | Page number (1-100, default 1) | |
| keyword | No | Search keyword (default: all) | |
| interval | No | Time interval, e.g. 5m/1h/1d (default 5m) | |
| logTypes | No | Log type filter, e.g. SYSLOG, security_log | |
| pageSize | No | Page size (10-100, default 10) | |
| regionCode | No | Region code (kr, krs). Default kr | |
| timestampTo | No | End Unix timestamp | |
| timestampFrom | No | Start Unix timestamp |