mirror of
https://github.com/iSharkFly-Docs/opensearch-docs-cn
synced 2025-03-04 13:39:04 +00:00
fix aliases example for shrink policy action (#1014)
Signed-off-by: Carlo Smouter <carlos@cynet.com> Signed-off-by: Carlo Smouter <carlos@cynet.com> Co-authored-by: Carlo Smouter <carlos@cynet.com>
This commit is contained in:
parent
89fb4746bf
commit
3f79fd8ccb
@ -178,7 +178,9 @@ Allows you to reduce the number of primary shards in your indexes. With this act
|
||||
"source": "{{ctx.index}}_shrunken"
|
||||
},
|
||||
"aliases": [
|
||||
"my-alias": {}
|
||||
{
|
||||
"my-alias": {}
|
||||
}
|
||||
],
|
||||
"force_unsafe": false
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user