File tree Expand file tree Collapse file tree 2 files changed +7
-9
lines changed Expand file tree Collapse file tree 2 files changed +7
-9
lines changed Original file line number Diff line number Diff 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----
3434var 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
4745For other connection options, refer to the <<connecting>> section.
4846
You can’t perform that action at this time.
0 commit comments