From e6148b45190d44d9c274e139593b6d737ff0acb0 Mon Sep 17 00:00:00 2001 From: Nik Richers Date: Thu, 14 May 2020 13:17:00 -0700 Subject: [PATCH] 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 --- shared/attributes.asciidoc | 25 ++++++++++------ shared/cloud/ess-access-kibana.asciidoc | 21 ++++++++++++++ shared/cloud/ess-getting-started.asciidoc | 17 +++++++++++ shared/images/logo_cloud.png | Bin 0 -> 720 bytes shared/images/logo_cloud.svg | 12 ++++++++ shared/images/logo_cloud_ece.png | Bin 0 -> 776 bytes shared/images/logo_cloud_ece.svg | 33 ++++++++++++++++++++++ 7 files changed, 99 insertions(+), 9 deletions(-) create mode 100644 shared/cloud/ess-access-kibana.asciidoc create mode 100644 shared/cloud/ess-getting-started.asciidoc create mode 100644 shared/images/logo_cloud.png create mode 100644 shared/images/logo_cloud.svg create mode 100644 shared/images/logo_cloud_ece.png create mode 100644 shared/images/logo_cloud_ece.svg diff --git a/shared/attributes.asciidoc b/shared/attributes.asciidoc index 76863f7dccd31..9e02144fef476 100644 --- a/shared/attributes.asciidoc +++ b/shared/attributes.asciidoc @@ -56,12 +56,6 @@ :defguide: https://www.elastic.co/guide/en/elasticsearch/guide/2.x :painless: https://www.elastic.co/guide/en/elasticsearch/painless/{branch} :plugins: https://www.elastic.co/guide/en/elasticsearch/plugins/{branch} -:cloud: https://www.elastic.co/guide/en/cloud/current -:ess-trial: https://www.elastic.co/cloud/elasticsearch-service/signup?baymax=docs-body&elektra=docs -:ess-product: https://www.elastic.co/cloud/elasticsearch-service?baymax=docs-body&elektra=docs -:ess-console: https://cloud.elastic.co?baymax=docs-body&elektra=docs -:ess-baymax: ?baymax=docs-body&elektra=docs -:ece-ref: https://www.elastic.co/guide/en/cloud-enterprise/current :glossary: https://www.elastic.co/guide/en/elastic-stack-glossary/current :upgrade_guide: https://www.elastic.co/products/upgrade_guide :blog-ref: https://www.elastic.co/blog/ @@ -89,6 +83,22 @@ :graph-forum: https://discuss.elastic.co/c/x-pack/graph :apm-forum: https://discuss.elastic.co/c/apm +////////// +Elastic Cloud +////////// +:ecloud: Elastic Cloud +:ess: Elasticsearch Service +:ece: Elastic Cloud Enterprise +:cloud: https://www.elastic.co/guide/en/cloud/current +:ess-trial: https://www.elastic.co/cloud/elasticsearch-service/signup?baymax=docs-body&elektra=docs +:ess-product: https://www.elastic.co/cloud/elasticsearch-service?baymax=docs-body&elektra=docs +:ess-console: https://cloud.elastic.co?baymax=docs-body&elektra=docs +:ess-baymax: ?baymax=docs-body&elektra=docs +:ece-ref: https://www.elastic.co/guide/en/cloud-enterprise/current +: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]. +:ess-icon: image:https://doc-icons.s3.us-east-2.amazonaws.com/logo_cloud.svg[link="{ess-trial}", title="Supported on {ess}"] +:ece-icon: image:https://doc-icons.s3.us-east-2.amazonaws.com/logo_cloud_ece.svg[link="{ess-trial}", title="Supported on {ece}"] + ////////// Commonly referenced paths in commonly referenced repositories. ////////// @@ -112,9 +122,6 @@ Common words and phrases :xpack: X-Pack :es: Elasticsearch :kib: Kibana -:ecloud: Elastic Cloud -:ess: Elasticsearch Service -:ece: Elastic Cloud Enterprise :esms: {stack} Monitoring Service :esms-init: ESMS :ls: Logstash diff --git a/shared/cloud/ess-access-kibana.asciidoc b/shared/cloud/ess-access-kibana.asciidoc new file mode 100644 index 0000000000000..63cb00e03c6d7 --- /dev/null +++ b/shared/cloud/ess-access-kibana.asciidoc @@ -0,0 +1,21 @@ +// Include this file in your docs: +// include::{docs-root}/shared/cloud/ess-access-kibana.asciidoc[] + +//[id="{p}-access-kibana"] +//== Access Kibana + +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. + +To access Kibana: + +. Log into {ess-console}[Elastic Cloud]. ++ +TIP: If you don't have access, {ess-trial}[get a free trial]. + +. Select your Elasticsearch Service deployment. + +. Under *Applications*, click the Kibana *Launch* link and wait for Kibana to open. + +. 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. + +// 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. diff --git a/shared/cloud/ess-getting-started.asciidoc b/shared/cloud/ess-getting-started.asciidoc new file mode 100644 index 0000000000000..018c3193216ce --- /dev/null +++ b/shared/cloud/ess-getting-started.asciidoc @@ -0,0 +1,17 @@ +// Include this file in your docs: +// include::{docs-root}/shared/cloud/ess-getting-started.asciidoc[] + +//[[cloud-ess-getting-started]] +//== Get started with {ess} + +There's no faster way to get started than with our hosted {ess} on Elastic Cloud: + +. {ess-trial}[Get a free trial]. + +. Log into {ess-console}[Elastic Cloud]. + +. Click *Create deployment* and give your deployment a name. +. Optional: The default 
options are great for getting started, but you can add more features by clicking *Customize deployment*. +. Click *Create deployment* and copy down the password for the `elastic` user and Cloud ID information. 
 + +That’s it! Now that you are up and running, it’s time to get some data into {kib}. Click *Launch Kibana*. diff --git a/shared/images/logo_cloud.png b/shared/images/logo_cloud.png new file mode 100644 index 0000000000000000000000000000000000000000..c9e442a8660c08fdd9ce161b3a80c037dcf5ab9b GIT binary patch literal 720 zcmeAS@N?(olHy`uVBq!ia0vp^{6H+g!N$PAxGzw25|G1K9OUlAuRY|mt10Vx4uDIjKGU|zt;zzn1rL1GJ-;IjM+nBi;zkiw^Jx1$&sn5;Zq z978ljTZ7K}3kM3!-@dzl*Nkmino`odf!SFH5^_Y9_ImJK71*1Q^n>{en>b$r4||iL zT2%C~vH=TyGFrrT-M{ypuPx%_+cd6UD)(EK5sYl($P$F%o>%cj@xbac&(RX?nI=hjEp#s~}lJ$D!k)O>6Oew_{u zirU|~m90==>-HS4RgYwZ1ithhNLZmVSvmIO#;4A;>HFVW)@{=J5zm&)pSb?LQf(5G zHLpdX(^Jdj@QRng-hZMV`sttJefsK8;)<}x2aX2skUKbcGwXAY%L2W9%s-a|>(AeM z{mp-kEwYj9?teG3-4Z>1@71*yHNBM!-uc|y^*ikR`ZHp-_v0HR5=;WmUh)n(aH&gf zXQ+>0)ykK?7o~d+uB>&fzV#!#=5hA9CvFL=^ID28@6R$blixBqR`TA;qugn#_E{gD wqFptsIf7R6s-C^G??CALihaw!?i2ne9UXP_N9GKhOQ6)`>FVdQ&MBb@0199zvj6}9 literal 0 HcmV?d00001 diff --git a/shared/images/logo_cloud.svg b/shared/images/logo_cloud.svg new file mode 100644 index 0000000000000..fb22f91000cb1 --- /dev/null +++ b/shared/images/logo_cloud.svg @@ -0,0 +1,12 @@ + + + Untitled 9 + + + + + + + + + \ No newline at end of file diff --git a/shared/images/logo_cloud_ece.png b/shared/images/logo_cloud_ece.png new file mode 100644 index 0000000000000000000000000000000000000000..324b3f2b87f1fca04182ff859150dbbd2b3b1ea1 GIT binary patch literal 776 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!6#=yXs@#Xw?AcwIy$lZxy-8q?;K#oglglC$s zFM}44&B4Ifp2@%hQUb(MK+M3vynvB`8AvmN#1=5YWd#;6BiJB?CZUC&7#Ns}JY5_^ zECfq~y|aS@1?KHEH{`##C}fpycIXOz9T!ihW=@YLfslZJ4LgFwcWv&_o2BHskFq#*Tl?y71dUL>oZ=y)7UfUP`JS0e5Vx449myYLV{k*l6dAVV;VW_>lMquyX_hB z%`JN2%2T|`gHB%L7Sj~y`BvB)tn0ibH{E{a72oEght(XXuBi8tmU)^a*AeDj6vF&x z!s~+HItwlxcis1|JR;qidoTMwFR>PvYmA$JPMWzX>!anJ&$5@9{!SN*-sFETglYay zo{t;tH+1`P9kX(ul4q3>$K1R6LCMkJ_3h8k`pkOS)8C)c@nFuD%%oGFmT*0qvDS0- zrA?krkFL#PtCv(uh+4PX;QGe8)omRrwzC;iC8NuBMIT-NYQe48U8g4??0u{gKu)2n%Rc-sV-t@k!X+ttm!s``FrsM2;;#k5N&1J~O)scN$eJPg#b zEW7t;O<|6X(=^e~T*v-#%jTGe%wca^x@ZB5U;6e#Sv42ryWU)Myl+zd|Ec;J(fg7d z>^oJTY&v2bEZRsOpzpKspksb}mv@r3#GnM?JcROspI=d#Wzp$Pz| C=SAiK literal 0 HcmV?d00001 diff --git a/shared/images/logo_cloud_ece.svg b/shared/images/logo_cloud_ece.svg new file mode 100644 index 0000000000000..f96ce84c8f68e --- /dev/null +++ b/shared/images/logo_cloud_ece.svg @@ -0,0 +1,33 @@ + + + Untitled 8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file