Skip to main content
Glama
cloudsmithy

Easysearch MCP Server

by cloudsmithy

snapshot_create

Create backups of Elasticsearch/OpenSearch data by generating snapshots for specified indices or entire repositories to ensure data protection and recovery.

Instructions

    创建快照
    
    参数:
        repository: 仓库名称
        snapshot: 快照名称
        indices: 索引列表(可选,不传则备份所有)
        ignore_unavailable: 忽略不存在的索引
        include_global_state: 包含集群状态
        wait_for_completion: 等待完成
    
    示例:
        snapshot_create("my_backup", "snapshot_1")
        snapshot_create("my_backup", "snapshot_2", indices=["logs-*", "metrics-*"])
    

Input Schema

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