Update Cloud tutorial instructions to work with UCv2 (#20950)

Updated some of the text in the manifest file for on-prem cloud
This commit is contained in:
Alex F 2018-07-19 14:24:51 -04:00 committed by GitHub
parent e02485684d
commit 218dfa2953
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 `<es_url>`.'
'Save the **Elasticsearch** endpoint as `<es_url>` and the cluster **Password** as `<password>` for your records'
};