Skip to main content
Glama

OpenSearch MCP Server

by cyberbalsa

visualizeAlertTrend

Analyze and display alert trends over time using customizable time ranges, intervals, and queries to monitor security logs in OpenSearch MCP Server.

Instructions

Visualize alert trends over time

Input Schema

NameRequiredDescriptionDefault
indexNoIndex patternwazuh-alerts-*
intervalNoTime interval for grouping (e.g., 1h, 1d)1d
queryNoQuery to filter alerts*
timeRangeNoTime range (e.g., 1h, 24h, 7d)7d

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "index": { "default": "wazuh-alerts-*", "description": "Index pattern", "type": "string" }, "interval": { "default": "1d", "description": "Time interval for grouping (e.g., 1h, 1d)", "type": "string" }, "query": { "default": "*", "description": "Query to filter alerts", "type": "string" }, "timeRange": { "default": "7d", "description": "Time range (e.g., 1h, 24h, 7d)", "type": "string" } }, "type": "object" }

Other Tools from OpenSearch MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/cyberbalsa/mcp-opensearch-js'

If you have feedback or need assistance with the MCP directory API, please join our Discord server