[DOC] Add documentation for api of configuring notifications on Index Management operations #4170
Closed
1 of 4 tasks
Labels
2 - In progress
Issue/PR: The issue or PR is in progress.
Sev2
High-medium priority. Upcoming release or incorrect information.
v2.8.0
Milestone
What do you want to do?
Tell us about your request. Provide a summary of the request and all versions that are affected.
Version equals / greater than 2.8 will be affected. In 2.8, admins can configure notifications for some long-runnig Index Management operations #4037 . We introduce some new APIs for this feature and we want to add new documentation to these APIs.
By using these APIs, users create configs to bind notification channels and conditions with the input task id or action. If task id is provided, this config is an ad-hoc config(normally used by front-end) and will be automatically deleted after the task end. The task id can be obtained by setting wait_for_completion parameter as false #3186 . If task id is null, this config will be binded with the action type. It is a global setting and won't be deleted automatically. Every index operation of this type will use this config to send notification, no matter triggerred by front-end, command line API or ISM policy.
Here is the introduction for these APIs:
The lron_condition is true, true by default.
What other resources are available? Provide links to related issues, POCs, steps for testing, etc.
UX RFC: opensearch-project/index-management-dashboards-plugin#687
API: opensearch-project/index-management#700
The PR of the whole feature in documentation-website: #4037
The text was updated successfully, but these errors were encountered: