analyze_logs
Identify log patterns and statistics within a specified time range using query filters and grouping options. Designed for efficient log analysis on the SEQ MCP Server.
Instructions
Analyze log patterns and statistics over a time period
Input Schema
Name | Required | Description | Default |
---|---|---|---|
groupBy | No | ||
query | No | ||
timeRange | No |
Input Schema (JSON Schema)
{
"properties": {
"groupBy": {
"_def": {
"description": "Property to group results by",
"innerType": {
"_def": {
"checks": [],
"coerce": false,
"typeName": "ZodString"
},
"~standard": {
"vendor": "zod",
"version": 1
}
},
"typeName": "ZodOptional"
},
"~standard": {
"vendor": "zod",
"version": 1
}
},
"query": {
"_def": {
"description": "SEQ query filter",
"innerType": {
"_def": {
"checks": [],
"coerce": false,
"typeName": "ZodString"
},
"~standard": {
"vendor": "zod",
"version": 1
}
},
"typeName": "ZodOptional"
},
"~standard": {
"vendor": "zod",
"version": 1
}
},
"timeRange": {
"_def": {
"description": "Time range to analyze",
"innerType": {
"_def": {
"typeName": "ZodEnum",
"values": [
"1h",
"6h",
"24h",
"7d",
"30d"
]
},
"~standard": {
"vendor": "zod",
"version": 1
}
},
"typeName": "ZodDefault"
},
"~standard": {
"vendor": "zod",
"version": 1
}
}
},
"required": [],
"type": "object"
}