SolarWinds Logs MCP Server

visualize_logs

Generate a histogram visualization of log events

Input Schema

NameRequiredDescriptionDefault
endTimeNoUTC end time (ISO 8601 format), defaults to current time
entityIdNoFilter logs by a specific entity ID
filterNoA search query string
formatNoOutput format: text for ASCII chart, json for Claude visualizationtext
groupNoFilter logs by a specific group name
intervalNoTime interval for histogram bucketshour
pageSizeNoMaximum messages to analyze
startTimeNoUTC start time (ISO 8601 format), defaults to 24 hours ago
use_utcNoUse UTC time instead of local time

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "endTime": { "description": "UTC end time (ISO 8601 format), defaults to current time", "type": "string" }, "entityId": { "description": "Filter logs by a specific entity ID", "type": "string" }, "filter": { "description": "A search query string", "type": "string" }, "format": { "default": "text", "description": "Output format: text for ASCII chart, json for Claude visualization", "enum": [ "text", "json" ], "type": "string" }, "group": { "description": "Filter logs by a specific group name", "type": "string" }, "interval": { "default": "hour", "description": "Time interval for histogram buckets", "enum": [ "minute", "hour", "day" ], "type": "string" }, "pageSize": { "default": 1000, "description": "Maximum messages to analyze", "type": "number" }, "startTime": { "description": "UTC start time (ISO 8601 format), defaults to 24 hours ago", "type": "string" }, "use_utc": { "default": false, "description": "Use UTC time instead of local time", "type": "boolean" } }, "type": "object" }

You must be authenticated.

Other Tools