Skip to main content
Glama

OpenSearch MCP Server

by cyberbalsa

alertStatistics

Analyze and aggregate security alert statistics by time range and specific fields using OpenSearch MCP Server, enabling detailed insights into log data trends.

Instructions

Get statistics about security alerts

Input Schema

NameRequiredDescriptionDefault
fieldNoField to aggregate byrule.level
indexNoIndex patternwazuh-alerts-*
timeRangeNoTime range (e.g., 1h, 24h, 7d)24h

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "field": { "default": "rule.level", "description": "Field to aggregate by", "type": "string" }, "index": { "default": "wazuh-alerts-*", "description": "Index pattern", "type": "string" }, "timeRange": { "default": "24h", "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