Skip to content

Commit 44b5c25

Browse files
authored
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 9fbdaa9 commit 44b5c25

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@ If `true`, cluster states are included in snapshots. Defaults to `false`.
6767
6868
`indices`::
6969
(Optional, array of strings)
70-
Array of index names or wildcard pattern of index names included in snapshots.
70+
Array of index names or wildcard pattern of index names included in snapshots. It
71+
supports <<date-math-index-names,date math>> expressions.
7172
====
7273

7374
`name`::

0 commit comments

Comments
 (0)