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"
|
"source": "{{ctx.index}}_shrunken"
|
||||||
},
|
},
|
||||||
"aliases": [
|
"aliases": [
|
||||||
"my-alias": {}
|
{
|
||||||
|
"my-alias": {}
|
||||||
|
}
|
||||||
],
|
],
|
||||||
"force_unsafe": false
|
"force_unsafe": false
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue