SolarWinds Logs MCP Server

search_logs

Search SolarWinds Observability logs with optional filtering

Input Schema

NameRequiredDescriptionDefault
directionNoSort order: backward (oldest to newest), forward (newest to oldest), or tail (oldest to newest)backward
endTimeNoUTC end time (ISO 8601 format)
entityIdNoFilter logs by a specific entity ID
filterNoA 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.
groupNoFilter logs by a specific group name
pageSizeNoMaximum messages to return per page
skipTokenNoToken to skip to the next page of results
startTimeNoUTC start time (ISO 8601 format)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "direction": { "default": "backward", "description": "Sort order: backward (oldest to newest), forward (newest to oldest), or tail (oldest to newest)", "enum": [ "backward", "forward", "tail" ], "type": "string" }, "endTime": { "description": "UTC end time (ISO 8601 format)", "type": "string" }, "entityId": { "description": "Filter logs by a specific entity ID", "type": "string" }, "filter": { "description": "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.", "type": "string" }, "group": { "description": "Filter logs by a specific group name", "type": "string" }, "pageSize": { "default": 50, "description": "Maximum messages to return per page", "type": "number" }, "skipToken": { "description": "Token to skip to the next page of results", "type": "string" }, "startTime": { "description": "UTC start time (ISO 8601 format)", "type": "string" } }, "type": "object" }

You must be authenticated.

Other Tools