From d4a925b84df07c8bbaa2dff71d818e841ba12964 Mon Sep 17 00:00:00 2001 From: Anan Zhuang Date: Thu, 8 Jul 2021 20:21:36 +0000 Subject: [PATCH] [Bug] Replace trial/basic license to oss Currenlty, /packages/osd-opensearch/README.md still uses trial/basic license. This PR replaces them with oss and cleans the concepts. Partially Resolved: https://github.com/opensearch-project/OpenSearch-Dashboards/issues/592 Signed-off-by: Anan Zhuang --- packages/osd-opensearch/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/osd-opensearch/README.md b/packages/osd-opensearch/README.md index e618a432c4bf..ad8863ac96a9 100644 --- a/packages/osd-opensearch/README.md +++ b/packages/osd-opensearch/README.md @@ -9,9 +9,9 @@ To run, go to the OpenSearch Dashboards root and run `node scripts/opensearch -- ### Examples -Run a snapshot install with a trial license +Run a snapshot install with an oss license ``` -node scripts/opensearch snapshot --license=trial +node scripts/opensearch snapshot --license=oss ``` Run from source with a configured data directory @@ -26,8 +26,8 @@ Start a cluster ``` var opensearch = require('@osd/opensearch'); opensearch.run({ - license: 'basic', - version: 7.0, + license: 'oss', + version: 1.0.0, }) .catch(function (e) { console.error(e); @@ -41,7 +41,7 @@ opensearch.run({ Type: `String` -License type, one of: trial, basic, gold, platinum +License type, one of: oss, gold, platinum ##### options.version