SolarWinds Logs MCP Server
by jakenuts
search_logs
Search SolarWinds Observability logs with optional filtering
Input Schema
Name | Required | Description | Default |
---|---|---|---|
direction | No | Sort order: backward (oldest to newest), forward (newest to oldest), or tail (oldest to newest) | backward |
endTime | No | UTC end time (ISO 8601 format) | |
entityId | No | Filter logs by a specific entity ID | |
filter | No | A search query string. Use AND/OR operators to combine terms (e.g., "error AND timeout"). The search is performed across all fields including message, hostname, program, and nested JSON fields like Context.CorrelationId. Field-specific queries like "field:value" are not supported. | |
group | No | Filter logs by a specific group name | |
pageSize | No | Maximum messages to return per page | |
skipToken | No | Token to skip to the next page of results | |
startTime | No | UTC start time (ISO 8601 format) |