From ce519ce7040fbd589d4c5f63a5b286872710905d Mon Sep 17 00:00:00 2001 From: Harold Wang Date: Wed, 3 Feb 2021 17:02:59 -0800 Subject: [PATCH 1/2] Remove license option in gradlew command --- TESTING.asciidoc | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/TESTING.asciidoc b/TESTING.asciidoc index ff0d4d47a9403..773b582d76681 100644 --- a/TESTING.asciidoc +++ b/TESTING.asciidoc @@ -66,17 +66,6 @@ To for example start the open source distribution: ./gradlew run -Drun.distribution=oss ------------------------------------- -==== License type - -By default a node is started with the `basic` license type. -In order to start with a different license type use the `-Drun.license_type` argument. - -In order to start a node with a trial license execute the following command: - -------------------------------------- -./gradlew run -Drun.license_type=trial -------------------------------------- - This enables security and other paid features and adds a superuser with the username: `elastic-admin` and password: `elastic-password`. From 7d598492d190ece3ae926104971901955ba1f6f7 Mon Sep 17 00:00:00 2001 From: Harold Wang Date: Wed, 3 Feb 2021 17:23:08 -0800 Subject: [PATCH 2/2] Remove "This username and password is part of trial license. Let's remove this too" from TESTING.asciidoc --- TESTING.asciidoc | 3 --- 1 file changed, 3 deletions(-) diff --git a/TESTING.asciidoc b/TESTING.asciidoc index 773b582d76681..13919d5c0d061 100644 --- a/TESTING.asciidoc +++ b/TESTING.asciidoc @@ -66,9 +66,6 @@ To for example start the open source distribution: ./gradlew run -Drun.distribution=oss ------------------------------------- -This enables security and other paid features and adds a superuser with the username: `elastic-admin` and -password: `elastic-password`. - ==== Other useful arguments - In order to start a node with a different max heap space add: `-Dtests.heap.size=4G`