Skip to content

Commit

Permalink
Update Cloud tutorial instructions to work with UCv2 (elastic#20950) (e…
Browse files Browse the repository at this point in the history
…lastic#21001)

Updated some of the text in the manifest file for on-prem cloud, now in 6.x
  • Loading branch information
Alex F authored Jul 19, 2018
1 parent db6e57e commit cfe9930
Showing 1 changed file with 11 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,22 @@
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'

};

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'
};

0 comments on commit cfe9930

Please sign in to comment.