mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
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:
parent
e02485684d
commit
218dfa2953
1 changed files with 11 additions and 5 deletions
|
@ -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'
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue