Skip to content

Commit 23e419a

Browse files
chtituxdakrone
authored andcommitted
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.
1 parent 44ffa38 commit 23e419a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/reference/slm/apis/slm-put.asciidoc

+2-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ If `true`, cluster states are included in snapshots. Defaults to `false`.
6565
6666
`indices`::
6767
(Optional, array of strings)
68-
Array of index names or wildcard pattern of index names included in snapshots.
68+
Array of index names or wildcard pattern of index names included in snapshots. It
69+
supports <<date-math-index-names,date math>> expressions.
6970
====
7071

7172
`name`::

0 commit comments

Comments
 (0)