Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions resources/web/template.html
Original file line number Diff line number Diff line change
Expand Up @@ -100,19 +100,19 @@
<p class="aside-heading">Most Popular</p>
<div class="pb-2">
<p class="media-type">Video</p>
<a href="https://www.elastic.co/webinars/getting-started-elasticsearch?baymax=default&elektra=docs&storm=top-video">
<a href="https://www.elastic.co/webinars/getting-started-elasticsearch?page=docs&placement=top-video">
<p class="mb-0">Get Started with Elasticsearch</p>
</a>
</div>
<div class="pb-2">
<p class="media-type">Video</p>
<a href="https://www.elastic.co/webinars/getting-started-kibana?baymax=default&elektra=docs&storm=top-video">
<a href="https://www.elastic.co/webinars/getting-started-kibana?page=docs&placement=top-video">
<p class="mb-0">Intro to Kibana</p>
</a>
</div>
<div class="pb-2">
<p class="media-type">Video</p>
<a href="https://www.elastic.co/webinars/introduction-elk-stack?baymax=default&elektra=docs&storm=top-video">
<a href="https://www.elastic.co/webinars/introduction-elk-stack?page=docs&placement=top-video">
<p class="mb-0">ELK for Logs & Metrics</p>
</a>
</div>
Expand Down
11 changes: 6 additions & 5 deletions shared/attributes.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -138,12 +138,13 @@ Elastic Cloud
:ece: Elastic Cloud Enterprise
:eck: Elastic Cloud on Kubernetes
: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-utm-params: ?page=docs&placement=docs-body
:ess-baymax: {ess-utm-params}
:ess-trial: https://www.elastic.co/cloud/elasticsearch-service/signup{ess-utm-params}
:ess-product: https://www.elastic.co/cloud/elasticsearch-service{ess-utm-params}
:ess-console: https://cloud.elastic.co{ess-utm-params}
:ess-console-name: {ess} Console
:ess-deployments: https://cloud.elastic.co/deployments?baymax=docs-body&elektra=docs
:ess-baymax: ?baymax=docs-body&elektra=docs
:ess-deployments: https://cloud.elastic.co/deployments{ess-utm-params}
:ece-ref: https://www.elastic.co/guide/en/cloud-enterprise/current
:eck-ref: https://www.elastic.co/guide/en/cloud-on-k8s/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].
Expand Down
2 changes: 1 addition & 1 deletion shared/cloud/cloud-login.asciidoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// tag::ess[]
. Log in to the link:https://cloud.elastic.co/?baymax=docs-body&elektra=docs[Elasticsearch Service Console].
. Log in to the link:https://cloud.elastic.co/{ess-utm-params}[Elasticsearch Service Console].
. Select your deployment on the home page in the {ess} card or go to the deployments page.
+
Narrow your deployments by name, ID, or choose from several other filters. To customize your view, use a combination of filters, or change the format from a grid to a list.
Expand Down