Skip to main content
Glama
cloudsmithy

Easysearch MCP Server

by cloudsmithy

snapshot_restore

Restore Elasticsearch/OpenSearch indices from snapshots with options to rename patterns, include cluster state, and manage unavailable indices.

Instructions

    恢复快照
    
    参数:
        repository: 仓库名称
        snapshot: 快照名称
        indices: 要恢复的索引列表
        ignore_unavailable: 忽略不存在的索引
        include_global_state: 恢复集群状态
        rename_pattern: 重命名模式(正则)
        rename_replacement: 重命名替换
        wait_for_completion: 等待完成
    
    示例 - 恢复并重命名:
        snapshot_restore("my_backup", "snapshot_1",
            indices=["logs-*"],
            rename_pattern="(.+)",
            rename_replacement="restored_$1"
        )
    

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
repositoryYes
snapshotYes
indicesNo
ignore_unavailableNo
include_global_stateNo
rename_patternNo
rename_replacementNo
wait_for_completionNo
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