diff --git a/src/core_plugins/kibana/common/tutorials/onprem_cloud_instructions.js b/src/core_plugins/kibana/common/tutorials/onprem_cloud_instructions.js index cc20eb25bbc4..9b0326a1b647 100644 --- a/src/core_plugins/kibana/common/tutorials/onprem_cloud_instructions.js +++ b/src/core_plugins/kibana/common/tutorials/onprem_cloud_instructions.js @@ -20,10 +20,16 @@ export const TRYCLOUD_OPTION1 = { title: 'Option 1: Try module in Elastic Cloud', textPre: 'Go to [Elastic Cloud](https://www.elastic.co/cloud/as-a-service/signup?blade=kib). Register if you ' + - 'don\'t have an account.\n' + - ' 1. Select **Create Cluster**, leave size slider at 4 GB RAM, and click **Create**.\n' + - ' 2. Wait for the cluster plan to complete.\n' + - ' 3. Go to the new Cloud Kibana instance and follow the Kibana Home instructions.' + 'do not already have an account. Free 14-day trial available.\n\n' + + + 'Log into the Elastic Cloud console\n\n' + + + 'To create a cluster, in Elastic Cloud console:\n' + + ' 1. Select **Create Deployment** and specify the **Deployment Name**\n' + + ' 2. Modify the other deployment options as needed (or not, the defaults are great to get started)\n' + + ' 3. Click **Create Deployment**\n' + + ' 4. Wait until deployment creation completes\n' + + ' 5. Go to the new Cloud Kibana instance and follow the Kibana Home instructions' }; @@ -31,5 +37,5 @@ export const TRYCLOUD_OPTION2 = { title: 'Option 2: Connect local Kibana to a Cloud instance', textPre: 'If you are running this Kibana instance against a hosted Elasticsearch instance,' + ' proceed with manual setup.\n\n' + - 'In **Overview > Endpoints**, note **Elasticsearch** as ``.' + 'Save the **Elasticsearch** endpoint as `` and the cluster **Password** as `` for your records' };