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
{{ message }}
This repository was archived by the owner on Aug 16, 2022. It is now read-only.
`destination` | The destination URL. | `Slack, Amazon Chime, or webhook URL` | Yes
218
219
`message_template` | The text of the message. You can add variables to your messages using [Mustache templates](https://mustache.github.io/mustache.5.html). | `object` | Yes
219
220
221
+
The destination system **must** return a response otherwise the notification operation throws an error.
"source": "the index is {% raw %}{{ctx.index}}{% endraw %}"
230
269
}
231
270
}
232
271
}
@@ -244,6 +283,26 @@ Parameter | Description | Type
244
283
`index_uuid` | The uuid of the index. | `string`
245
284
`policy_id` | The name of the policy. | `string`
246
285
286
+
### snapshot
287
+
288
+
Backup your cluster’s indices and state. For more information about snapshots, see [Take and restore snapshots](../../elasticsearch/snapshot-restore/).
289
+
290
+
The `snapshot` operation has the following parameters:
291
+
292
+
Parameter | Description | Type | Required | Default
293
+
:--- | :--- |:--- |:--- |
294
+
`repository` | The repository name that you register through the native snapshot API operations. | `string` | Yes | -
295
+
`snapshot` | The name of the snapshot. | `string` | Yes | -
0 commit comments