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.
This commit is contained in:
parent
44ffa388ac
commit
23e419a7aa
|
@ -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 <<date-math-index-names,date math>> expressions.
|
||||
====
|
||||
|
||||
`name`::
|
||||
|
|
Loading…
Reference in New Issue