From 23e419a7aaba440bdf55618ccac00fbb1051956b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9ophile=20Helleboid=20-=20chtitux?= Date: Sat, 9 May 2020 01:05:14 +0400 Subject: [PATCH] SLM PUT: add precision on date math support in indices parameter (#55203) It was not clear for me that `indices` parameter supports date math expression. I think it may be worth to add the precision in the documentation. --- docs/reference/slm/apis/slm-put.asciidoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/reference/slm/apis/slm-put.asciidoc b/docs/reference/slm/apis/slm-put.asciidoc index b106f62bfe8..22c62c4cc5b 100644 --- a/docs/reference/slm/apis/slm-put.asciidoc +++ b/docs/reference/slm/apis/slm-put.asciidoc @@ -65,7 +65,8 @@ If `true`, cluster states are included in snapshots. Defaults to `false`. `indices`:: (Optional, array of strings) -Array of index names or wildcard pattern of index names included in snapshots. +Array of index names or wildcard pattern of index names included in snapshots. It +supports <> expressions. ==== `name`::