Fix header

Signed-off-by: Naarcha-AWS <naarcha@amazon.com>
This commit is contained in:
Naarcha-AWS 2022-05-24 11:42:37 -05:00
parent 049eaf6460
commit 5077a3d3e8
1 changed files with 4 additions and 4 deletions

View File

@ -15,9 +15,9 @@ The `type` parameter has been removed from all OpenSearch API endpoints. Instead
In order for OpenSearch to include more inclusive naming conventions, we've replaced the following terms in our code with a more inclusive term:
- "White list" is now "Allow list".
- "Black list is now "Block list".
- "Master" is now "Cluster Manager".
- "White list" is now "Allow list"
- "Black list is now "Block list"
- "Master" is now "Cluster Manager"
If you are still using the outdated terms in the context of the security APIs or for node management, your calls and automation will continue to work until the terms are removed later in 2022.
@ -25,6 +25,6 @@ If you are still using the outdated terms in the context of the security APIs or
The override main response setting `compatibility.override_main_response_version` is deprecated from OpenSearch version 1.x and removed from OpenSearch 2.0.0. This setting is no longer supported for compatibility with legacy clients.
### Add OpenSearch Notifications Plugin
### Add OpenSearch Notifications Plugins
In OpenSearch 2.0, the Alerting plugin is now integrated with new plugins for Notifications. If you want to continue to use the notification action in the Alerting plugin, install the new backend plugins `notifications-core` and `notifications`. If you want to manage notifications in OpenSearch Dashboards, use the new `notificationsDashboards` plugin. For more information, see [Questions about destinations]({{site.url}}{{site.baseurl}}/monitoring-plugins/alerting/monitors#questions-about-destinations) on the Monitors page.