Skip to main content
Glama

OpenSearch MCP Server

by cyberbalsa

visualizeAlertTrend

Analyze and display patterns in Wazuh security alerts over specified time ranges, enabling users to identify trends and filter data by query, index, or interval for enhanced security monitoring.

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" }

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