create_snapshot
Generate a snapshot of Elasticsearch indices with customizable options, including repository selection, index inclusion, and global state management, for comprehensive backup and recovery.
Instructions
Create a snapshot (backup) of Elasticsearch indices with comprehensive options and repository management
Input Schema
Name | Required | Description | Default |
---|---|---|---|
description | No | Optional description for the snapshot | |
ignore_unavailable | No | Whether to ignore unavailable indices | |
include_global_state | No | Whether to include cluster global state | |
indices | No | Comma-separated list of indices to backup (default: all indices) | |
repository | No | Repository name to store the snapshot | backup_repository |
snapshot_name | Yes | Name for the snapshot (must be unique) | |
wait_for_completion | No | Whether to wait for snapshot completion |