analyze_entity_logs
Investigate issues by analyzing logs for specific NewRelic entities using GUID filtering, time ranges, and log level selection.
Instructions
Analyze logs for a specific NewRelic entity by GUID. Use this to investigate issues with a particular service, application, or infrastructure component.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entityGuid | Yes | The entity GUID to filter logs by | |
| limit | No | Number of logs to retrieve (default: 100, max: 2000) | |
| sinceMinutesAgo | No | Time range in minutes to look back (default: 60) | |
| level | No | Log level filter (e.g., 'ERROR', 'WARN', 'INFO') | |
| additionalFields | No | Additional fields to select, comma-separated. Example: 'trace.id,span.id' |