[DOCS] Fix typo in rename_pattern in snapshot/restore documentation
This commit is contained in:
parent
990ce658a4
commit
02ebe33758
|
@ -194,7 +194,7 @@ $ curl -XPOST "localhost:9200/_snapshot/my_backup/snapshot_1/_restore" -d '{
|
||||||
"indices": "index_1,index_2",
|
"indices": "index_1,index_2",
|
||||||
"ignore_unavailable": "true",
|
"ignore_unavailable": "true",
|
||||||
"include_global_state": false,
|
"include_global_state": false,
|
||||||
"rename_pattern": "index_(.)+",
|
"rename_pattern": "index_(.+)",
|
||||||
"rename_replacement": "restored_index_$1"
|
"rename_replacement": "restored_index_$1"
|
||||||
}'
|
}'
|
||||||
-----------------------------------
|
-----------------------------------
|
||||||
|
|
Loading…
Reference in New Issue