diff --git a/_config.yml b/_config.yml index b33172dd..1a22a3d1 100644 --- a/_config.yml +++ b/_config.yml @@ -20,7 +20,7 @@ baseurl: "" # the subpath of your site, e.g. /blog url: "https://docs-beta.opensearch.org" # the base hostname & protocol for your site, e.g. http://example.com permalink: pretty -opensearch_version: 1.0.0-beta1 +opensearch_version: 1.0.0-rc1 opensearch_major_minor_version: 1.0 # Build settings diff --git a/_layouts/default.html b/_layouts/default.html index 14d95c9a..0c77dfcd 100755 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -142,7 +142,7 @@ layout: table_wrappers {% if site.heading_anchors != false %} {% include vendor/anchor_headings.html html=content beforeHeading="true" anchorBody="" anchorClass="anchor-heading" anchorAttrs="aria-labelledby=\"%html_id%\"" %} {% else %} -
Like OpenSearch itself, this documentation is a beta. It has content gaps and might contain bugs.
+This documentation remains in a beta state. It has content gaps and might contain bugs.
{{ content }} {% endif %} diff --git a/docs/opensearch-dashboards/install/plugins.md b/docs/opensearch-dashboards/install/plugins.md index 1e568937..5255dd02 100644 --- a/docs/opensearch-dashboards/install/plugins.md +++ b/docs/opensearch-dashboards/install/plugins.md @@ -29,11 +29,25 @@ If you don't want to use the all-in-one installation options, you can install th +alertingDashboards 1.0.0.0-rc1 +anomalyDetectionDashboards 1.0.0.0-rc1 +ganttChartDashboards 1.0.0.0-rc1 +indexManagementDashboards 1.0.0.0-rc1 +notebooksDashboards 1.0.0.0-rc1 +queryWorkbenchDashboards 1.0.0.0-rc1 +reportsDashboards 1.0.0.0-rc1 +securityDashboards 1.0.0.0-rc1 +traceAnalyticsDashboards 1.0.0.0-rc1 ++
-alertingDashboards 1.0.0.0-beta1 +alertingDashboards 1.0.0.0-beta1 anomalyDetectionDashboards 1.0.0.0-beta1 ganttChartDashboards 1.0.0.0-beta1 indexManagementDashboards 1.0.0.0-beta1 @@ -60,6 +74,7 @@ traceAnalyticsDashboards 1.0.0.0-beta1 Navigate to the OpenSearch Dashboards home directory (likely `/usr/share/opensearch-dashboards`) and run the install command for each plugin. +{% comment %} #### Security OpenSearch Dashboards @@ -146,6 +161,7 @@ sudo bin/opensearch-dashboards-plugin install https://d3g5vo6xdbdb9a.cloudfront. This plugin adds a new Gantt chart visualization. +{% endcomment %} ## List installed plugins diff --git a/docs/opensearch/install/plugins.md b/docs/opensearch/install/plugins.md index ca5d451d..ef9a845d 100644 --- a/docs/opensearch/install/plugins.md +++ b/docs/opensearch/install/plugins.md @@ -30,6 +30,23 @@ If you don't want to use the all-in-one OpenSearch installation options, you can
opensearch-alerting 1.0.0.0-rc1 +opensearch-anomaly-detection 1.0.0.0-rc1 +opensearch-asynchronous-search 1.0.0.0-rc1 +opensearch-index-management 1.0.0.0-rc1 +opensearch-job-scheduler 1.0.0.0-rc1 +opensearch-knn 1.0.0.0-rc1 +opensearch-notebooks 1.0.0.0-rc1 +opensearch-performance-analyzer 1.0.0.0-rc1 +opensearch-reports-scheduler 1.0.0.0-rc1 +opensearch-security 1.0.0.0-rc1 +opensearch-sql 1.0.0.0-rc1 ++