Snapshot recovery problem

hi all

POST /_snapshot/my_backup/snapshot_1/_restore
{
  "indices": "data_stream_1,index_1,index_2",
  "ignore_unavailable": true,
  "include_global_state": false,              
  "rename_pattern": "index_(.+)",
  "rename_replacement": "restored_index_$1",
  "include_aliases": false
}
  "include_aliases": false

Is this operation only available in dev tools? Is it possible to operate on kibana, I did not see the relevant button

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.