loki_recent
Fetch recent logs by optional host and service labels. Use for quick troubleshooting without writing raw LogQL queries.
Instructions
Fetch recent logs by optional host and service labels. Use this for common troubleshooting when you do not need raw LogQL. At least one of host or service should normally be supplied to avoid broad queries.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | No | Optional host label to filter by. | |
| service | No | Optional service label to filter by. | |
| since | No | Lookback duration such as 30m, 2h, or 1d. | 30m |
| limit | No | Maximum log entries to return. |