Skip to content

Commit db42fbc

Browse files
committed
Small edits; add image
1 parent 407ca69 commit db42fbc

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

Diff for: docs/getting-started.asciidoc

+7-9
Original file line numberDiff line numberDiff line change
@@ -26,23 +26,21 @@ Refer to the <<installation>> page to learn more.
2626
[discrete]
2727
=== Connecting
2828

29-
You can connect to the Elastic Cloud using an API key and the Elasticsearch
30-
cloud id.
29+
You can connect to the Elastic Cloud using an API key and your Elasticsearch
30+
Cloud ID.
3131

3232
[source,net]
3333
----
3434
var client = new ElasticsearchClient("<CLOUD_ID>", new ApiKey("<API_KEY>"));
3535
----
3636

37-
Your Elasticsearch cloud id can be found on the **My deployment** page of your
38-
deployment:
37+
You can find your Elasticsearch Cloud ID on the deployment page:
3938

40-
****** REPLACE IMAGE WITH CORRECTED ONE*****
41-
image::images/es-endpoint.jpg[alt="Finding Elasticsearch endpoint",align="center"]
39+
image::images/es-cloudid.jpg[alt="Cloud ID on the deployment page",align="center"]
4240

43-
You can generate an API key on the **Management** page under Security.
44-
45-
image::images/create-api-key.png[alt="Create API key",align="center"]
41+
To generate an API key, use the
42+
https://www.elastic.co/guide/en/elasticsearch/reference/current/security-api-create-api-key.html[Elasticsearch Create API key API]
43+
or https://www.elastic.co/guide/en/kibana/current/api-keys.html#create-api-key[Kibana Stack Management].
4644

4745
For other connection options, refer to the <<connecting>> section.
4846

Diff for: docs/images/es-cloudid.jpg

321 KB
Loading

0 commit comments

Comments
 (0)