find-traces-from-logs
Identify and retrieve specific log entries from Google Cloud Logging using custom filters. Set project ID, apply filters like severity or timestamp, and limit results for targeted insights.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
filter | Yes | Filter for logs (e.g., "severity>=ERROR AND timestamp>"-1d"") | |
limit | No | Maximum number of logs to check | |
projectId | No | Optional Google Cloud project ID |