Skip to main content
Glama
cloudsmithy

Easysearch MCP Server

by cloudsmithy

index_create_with_write_alias

Create an index with a write alias to prepare for rollover operations, enabling continuous data management without downtime.

Instructions

创建带可写别名的索引(rollover 的前置条件) 参数: index: 索引名称(建议使用 name-000001 格式) alias: 别名名称 mappings: 字段映射 settings: 索引设置 示例: index_create_with_write_alias("logs-000001", "logs", mappings={"properties": {"@timestamp": {"type": "date"}}})

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
indexYes
aliasYes
mappingsNo
settingsNo

Other Tools

Latest Blog Posts

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/cloudsmithy/easysearch-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server