Skip to content

Commit e6148b4

Browse files
author
Nik Richers
authored
Single-sourced content for cloud and cloud icon (#1815)
* WIP standard topics for creating trials, accessing Kibana * WIP edits, additional content tweaks * Add cloud icon to attributes * Update shared files with latest local changes * Remove stray attribute from testing * Remove image directories that are no longer needed * Update icons and attribute definitions * Address review comments
1 parent 576d15d commit e6148b4

7 files changed

+99
-9
lines changed

shared/attributes.asciidoc

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,6 @@
5656
:defguide: https://www.elastic.co/guide/en/elasticsearch/guide/2.x
5757
:painless: https://www.elastic.co/guide/en/elasticsearch/painless/{branch}
5858
:plugins: https://www.elastic.co/guide/en/elasticsearch/plugins/{branch}
59-
:cloud: https://www.elastic.co/guide/en/cloud/current
60-
:ess-trial: https://www.elastic.co/cloud/elasticsearch-service/signup?baymax=docs-body&elektra=docs
61-
:ess-product: https://www.elastic.co/cloud/elasticsearch-service?baymax=docs-body&elektra=docs
62-
:ess-console: https://cloud.elastic.co?baymax=docs-body&elektra=docs
63-
:ess-baymax: ?baymax=docs-body&elektra=docs
64-
:ece-ref: https://www.elastic.co/guide/en/cloud-enterprise/current
6559
:glossary: https://www.elastic.co/guide/en/elastic-stack-glossary/current
6660
:upgrade_guide: https://www.elastic.co/products/upgrade_guide
6761
:blog-ref: https://www.elastic.co/blog/
@@ -89,6 +83,22 @@
8983
:graph-forum: https://discuss.elastic.co/c/x-pack/graph
9084
:apm-forum: https://discuss.elastic.co/c/apm
9185

86+
//////////
87+
Elastic Cloud
88+
//////////
89+
:ecloud: Elastic Cloud
90+
:ess: Elasticsearch Service
91+
:ece: Elastic Cloud Enterprise
92+
:cloud: https://www.elastic.co/guide/en/cloud/current
93+
:ess-trial: https://www.elastic.co/cloud/elasticsearch-service/signup?baymax=docs-body&elektra=docs
94+
:ess-product: https://www.elastic.co/cloud/elasticsearch-service?baymax=docs-body&elektra=docs
95+
:ess-console: https://cloud.elastic.co?baymax=docs-body&elektra=docs
96+
:ess-baymax: ?baymax=docs-body&elektra=docs
97+
:ece-ref: https://www.elastic.co/guide/en/cloud-enterprise/current
98+
:ess-leadin: You can run Elasticsearch on your own hardware or use our hosted Elasticsearch Service that is available on AWS, GCP, and Azure. {ess-trial}[Try the Elasticsearch Service for free].
99+
:ess-icon: image:https://doc-icons.s3.us-east-2.amazonaws.com/logo_cloud.svg[link="{ess-trial}", title="Supported on {ess}"]
100+
:ece-icon: image:https://doc-icons.s3.us-east-2.amazonaws.com/logo_cloud_ece.svg[link="{ess-trial}", title="Supported on {ece}"]
101+
92102
//////////
93103
Commonly referenced paths in commonly referenced repositories.
94104
//////////
@@ -112,9 +122,6 @@ Common words and phrases
112122
:xpack: X-Pack
113123
:es: Elasticsearch
114124
:kib: Kibana
115-
:ecloud: Elastic Cloud
116-
:ess: Elasticsearch Service
117-
:ece: Elastic Cloud Enterprise
118125
:esms: {stack} Monitoring Service
119126
:esms-init: ESMS
120127
:ls: Logstash
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
// Include this file in your docs:
2+
// include::{docs-root}/shared/cloud/ess-access-kibana.asciidoc[]
3+
4+
//[id="{p}-access-kibana"]
5+
//== Access Kibana
6+
7+
Kibana is an open source analytics and visualization platform designed to search, view, and interact with data stored in Elasticsearch indices. Kibana is included with your subscription.
8+
9+
To access Kibana:
10+
11+
. Log into {ess-console}[Elastic Cloud].
12+
+
13+
TIP: If you don't have access, {ess-trial}[get a free trial].
14+
15+
. Select your Elasticsearch Service deployment.
16+
17+
. Under *Applications*, click the Kibana *Launch* link and wait for Kibana to open.
18+
19+
. Log into Kibana as the `elastic` superuser to try it out. (Don't have the password? Reset it on the *Security* page for your deployment.
20+
21+
// In production systems, you might need to control what Elasticsearch data users can access through Kibana, so you need create credentials that can be used to access the necessary Elasticsearch resources. This means granting read access to the necessary indexes, as well as access to update the `.kibana` index.
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
// Include this file in your docs:
2+
// include::{docs-root}/shared/cloud/ess-getting-started.asciidoc[]
3+
4+
//[[cloud-ess-getting-started]]
5+
//== Get started with {ess}
6+
7+
There's no faster way to get started than with our hosted {ess} on Elastic Cloud:
8+
9+
. {ess-trial}[Get a free trial].
10+
11+
. Log into {ess-console}[Elastic Cloud].
12+
13+
. Click *Create deployment* and give your deployment a name.
14+
. Optional: The default 
options are great for getting started, but you can add more features by clicking *Customize deployment*.
15+
. Click *Create deployment* and copy down the password for the `elastic` user and Cloud ID information. 

16+
17+
That’s it! Now that you are up and running, it’s time to get some data into {kib}. Click *Launch Kibana*.

shared/images/logo_cloud.png

720 Bytes
Loading

shared/images/logo_cloud.svg

Lines changed: 12 additions & 0 deletions
Loading

shared/images/logo_cloud_ece.png

776 Bytes
Loading

shared/images/logo_cloud_ece.svg

Lines changed: 33 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)