Skip to main content
Glama
cloudsmithy

Easysearch MCP Server

by cloudsmithy

index_rollover

Manages index lifecycle by automatically creating new indices when specified conditions are met, such as age, document count, or size thresholds.

Instructions

滚动索引 参数: alias: 别名名称 conditions: 滚动条件 settings: 新索引设置 mappings: 新索引映射 示例: index_rollover("logs", conditions={ "max_age": "7d", "max_docs": 1000000, "max_size": "5gb" })

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
aliasYes
conditionsNo
settingsNo
mappingsNo
Install Server

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