syslog_search_tool
Search collected logs by source, time window, severity, and pattern to pinpoint issues and guide informed remediation decisions.
Instructions
Search collected logs by source, time window, severity and pattern.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum entries to return. | |
| since | No | Start of the window — relative ('15m', '2h', '3d') or ISO-8601. | 1h |
| until | No | End of the window. Omit for "up to now". | |
| source | No | Container or service name. Omit to search every source. | |
| pattern | No | Optional case-insensitive regular expression matched against the message. | |
| program | No | Restrict to one program within the source (e.g. 'httpd' inside a web container). | |
| severity | No | Minimum severity: EMERG, ALERT, CRIT, ERR, WARNING, NOTICE, INFO, DEBUG. 'ERR' returns ERR and anything more severe. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |