query_events
Search log events in VMware Aria Operations for Logs by time range, free text, and field constraints to retrieve specific entries for monitoring and troubleshooting.
Instructions
Search log events in VMware Aria Operations for Logs.
Args: lookback_minutes: How far back to search (default 60 minutes). search_term: Free-text search term (optional). limit: Maximum number of events to return (default 100, max 10000). field_name: Optional field constraint name (e.g. 'hostname', 'appname'). field_operator: Constraint operator (CONTAINS, NOT_CONTAINS, HAS, etc.). field_value: Constraint value.
Returns: JSON array of log events with text, source, timestamp, and fields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lookback_minutes | No | ||
| search_term | No | ||
| limit | No | ||
| field_name | No | ||
| field_operator | No | CONTAINS | |
| field_value | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |