search_by_trace
Find all logs associated with a specific request or transaction by searching with an OpenTelemetry trace ID in OpenSearch environments.
Instructions
Search logs by OpenTelemetry trace ID to see all logs related to a specific request/transaction.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| environment | Yes | Environment to search: 'dev'/'prod' (iOS) or 'android-dev'/'android-prod' (Android) | |
| traceId | Yes | The OpenTelemetry trace ID to search for | |
| size | No | Maximum number of results to return (default: 100) |