Skip to main content
Glama

OpenSearch MCP Server

by cyberbalsa

searchAlerts

Query Wazuh security logs stored in OpenSearch to detect and analyze alerts within specified time ranges, retrieve relevant results, and monitor security events effectively.

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

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