IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
RestoreSnapshotApiConfiguration
editRestoreSnapshotApiConfiguration
editThe configuration for the restore command, such as which indices you want to restore.
Properties
edit-
indices
(array[
string
)]
- The list of indices to restore (supports +ve and -ve selection and wildcarding - see the default Elasticsearch index format documentation)
-
raw_settings
(object
) - This JSON object (merged with the 'indices' field (if present) is passed untouched into the restore command - see the Elasticsearch '_snapshot' documentation for more details on supported formats
Example
edit{ "indices" : [ "string" ], "raw_settings" : {} }