You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description: "Provides an OpenSearch destination, a reusable communication channel for an action, such as email, Slack, or a webhook URL. Please refer to the OpenDistro [destination documentation](https://opendistro.github.io/for-elasticsearch-docs/docs/alerting/monitors/#create-destinations) for details.",
Description: "Provides an Elasticsearch OpenDistro destination, a reusable communication channel for an action, such as email, Slack, or a webhook URL. Please refer to the OpenDistro [destination documentation](https://opendistro.github.io/for-elasticsearch-docs/docs/alerting/monitors/#create-destinations) for details.",
Description: "Name of the index to apply the policy to. You can use an index pattern to update multiple indices at once.",
28
+
},
29
+
"state": {
30
+
Type: schema.TypeString,
31
+
Optional: true,
32
+
Default: "",
33
+
Description: "After a change in policy takes place, specify the state for the index to transition to",
34
+
},
35
+
"include": {
36
+
Type: schema.TypeSet,
37
+
Optional: true,
38
+
Elem: &schema.Schema{Type: schema.TypeMap},
39
+
Description: "When updating multiple indices, you might want to include a state filter to only affect certain managed indices. The background process only applies the change if the index is currently in the state specified.",
Description: "Provides an Elasticsearch Open Distro Index State Management (ISM) policy. Please refer to the Open Distro [ISM documentation](https://opendistro.github.io/for-elasticsearch-docs/docs/ism/) for details.",
Description: "Name of the index to apply the policy to. You can use an index pattern to update multiple indices at once.",
35
-
},
36
-
"state": {
37
-
Type: schema.TypeString,
38
-
Optional: true,
39
-
Default: "",
40
-
Description: "After a change in policy takes place, specify the state for the index to transition to",
41
-
},
42
-
"include": {
43
-
Type: schema.TypeSet,
44
-
Optional: true,
45
-
Elem: &schema.Schema{Type: schema.TypeMap},
46
-
Description: "When updating multiple indices, you might want to include a state filter to only affect certain managed indices. The background process only applies the change if the index is currently in the state specified.",
Description: "Provides an Elasticsearch Open Distro Index State Management (ISM) policy. Please refer to the Open Distro [ISM documentation](https://opendistro.github.io/for-elasticsearch-docs/docs/ism/) for details.",
0 commit comments