From 0da787c08c7485321d829f430ee560d93eb09a9b Mon Sep 17 00:00:00 2001 From: Jason Kemmerer Date: Wed, 15 Sep 2021 14:05:00 -0600 Subject: [PATCH] Update policies.md Propose changing this endpoint to reflect this 2020 discussion to avoid the parse exception: https://discuss.opendistrocommunity.dev/t/error-in-indexmanagement/3674 --- docs/im/ism/policies.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/im/ism/policies.md b/docs/im/ism/policies.md index 76d553b3..c07c25cc 100644 --- a/docs/im/ism/policies.md +++ b/docs/im/ism/policies.md @@ -557,7 +557,7 @@ The following sample template policy is for a rollover use case. 2. Set up a template with the `rollover_alias` as `log` : ```json - PUT _index_template/ism_rollover + PUT _template/ism_rollover { "index_patterns": ["log*"], "settings": {