Skip to main content
Glama

OpenSearch MCP Server

by cyberbalsa

listIndexes

Retrieve and filter all available indexes in OpenSearch using a specific pattern to manage and analyze Wazuh security logs efficiently.

Instructions

List all available indexes in OpenSearch

Input Schema

NameRequiredDescriptionDefault
patternNoIndex pattern to filter (e.g., 'logs-*')*

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "pattern": { "default": "*", "description": "Index pattern to filter (e.g., 'logs-*')", "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