Skip to content

Commit

Permalink
SLM PUT: add precision on date math support in indices parameter (#55203
Browse files Browse the repository at this point in the history
)

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.
  • Loading branch information
chtitux authored and dakrone committed May 8, 2020
1 parent 44ffa38 commit 23e419a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/reference/slm/apis/slm-put.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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`::
Expand Down

0 comments on commit 23e419a

Please sign in to comment.