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:
Carlo Smouter 2022-09-15 22:02:39 +03:00 committed by GitHub
parent 89fb4746bf
commit 3f79fd8ccb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -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": {}
}
],
"force_unsafe": false
}