Skip to main content
Glama

OpenSearch MCP Server

by cyberbalsa

searchAlerts

Monitor and analyze Wazuh security alerts by searching logs within specified time ranges using OpenSearch MCP Server. Set custom queries, define result limits, and target specific indexes for efficient alert management.

Instructions

Search for security alerts in Wazuh data

Input Schema

NameRequiredDescriptionDefault
indexNoIndex pattern to searchwazuh-alerts-*
maxResultsNoMaximum number of results to return
queryYesThe search query text
timeRangeNoTime range (e.g., 1h, 24h, 7d)24h

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "index": { "default": "wazuh-alerts-*", "description": "Index pattern to search", "type": "string" }, "maxResults": { "default": 10, "description": "Maximum number of results to return", "type": "number" }, "query": { "description": "The search query text", "type": "string" }, "timeRange": { "default": "24h", "description": "Time range (e.g., 1h, 24h, 7d)", "type": "string" } }, "required": [ "query" ], "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