Skip to main content
Glama

OpenSearch MCP Server

by cyberbalsa

getIndexMapping

Retrieve field mappings for a specified index in OpenSearch to analyze and understand data structure for effective querying and log analysis within the Wazuh security framework.

Instructions

Get the field mappings for an index

Input Schema

NameRequiredDescriptionDefault
indexYesIndex name to inspect

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "index": { "description": "Index name to inspect", "type": "string" } }, "required": [ "index" ], "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