diff --git a/_im-plugin/ism/policies.md b/_im-plugin/ism/policies.md index 7a87acf5..7b329b4f 100644 --- a/_im-plugin/ism/policies.md +++ b/_im-plugin/ism/policies.md @@ -24,7 +24,9 @@ Field | Description | Type | Required | Read Only :--- | :--- |:--- |:--- | `policy_id` | The name of the policy. | `string` | Yes | Yes `description` | A human-readable description of the policy. | `string` | Yes | No -`ism_template` | Specify an ISM template pattern that matches the index to apply the policy. | `nested list of objects` | No | No +`ism_template` | Specify an ISM template to automatically apply the policy to the newly created index. | `nested list of objects` | No | No +`ism_template.index_patterns` | Specify a pattern that matches the newly created index name. | `list of strings` | No | No +`ism_template.priority` | Specify a priority to disambiguate when multiple policies match the newly created index name. | `number` | No | No `last_updated_time` | The time the policy was last updated. | `timestamp` | Yes | Yes `error_notification` | The destination and message template for error notifications. The destination could be Amazon Chime, Slack, or a webhook URL. | `object` | No | No `default_state` | The default starting state for each index that uses this policy. | `string` | Yes | No