File tree Expand file tree Collapse file tree 2 files changed +6
-18
lines changed Expand file tree Collapse file tree 2 files changed +6
-18
lines changed Original file line number Diff line number Diff line change @@ -22,27 +22,19 @@ Where <cloud-id> and <api-key> can be retrieved using the Elastic Cloud web UI.
22
22
23
23
You can get the ` Cloud ID ` from the ` My deployment ` page of your dashboard (see the red rectangle reported in the screenshot).
24
24
25
- :::{image} images/cloud_id.png
26
- :alt: Elastic Cloud ID
27
- :::
25
+ ![ Elastic Cloud ID] ( images/cloud_id.png )
28
26
29
27
You can generate an ` API key ` in the ` Management ` page under the section ` Security ` .
30
28
31
- :::{image} images/create_api_key.png
32
- :alt: Create API key
33
- :::
29
+ ![ Create API key] ( images/create_api_key.png )
34
30
35
31
When you click on ` Create API key ` button you can choose a name and set the other options (eg. restrict privileges, expire after time, etc).
36
32
37
- :::{image} images/api_key_name.png
38
- :alt: Choose an API name
39
- :::
33
+ ![ Choose an API name] ( images/api_key_name.png )
40
34
41
35
After this step you will get the ` API key ` in the API keys page.
42
36
43
- :::{image} images/cloud_api_key.png
44
- :alt: Cloud API key
45
- :::
37
+ ![ Cloud API key] ( images/cloud_api_key.png )
46
38
47
39
*** IMPORTANT*** : you need to copy and store the ` API key ` in a secure place, since you will not be able to view it again in Elastic Cloud.
48
40
Original file line number Diff line number Diff line change @@ -53,15 +53,11 @@ $client = ClientBuilder::create()
53
53
54
54
Your Elasticsearch endpoint can be found on the *** My deployment*** page of your deployment:
55
55
56
- :::{image} images/es_endpoint.jpg
57
- :alt: Finding Elasticsearch endpoint
58
- :::
56
+ ![ Finding Elasticsearch endpoint] ( images/es_endpoint.jpg )
59
57
60
58
You can generate an API key on the *** Management*** page under Security.
61
59
62
- :::{image} images/create_api_key.png
63
- :alt: Create API key
64
- :::
60
+ ![ Create API key] ( images/create_api_key.png )
65
61
66
62
For other connection options, refer to the [ * Connecting* ] ( /reference/connecting.md ) section.
67
63
You can’t perform that action at this time.
0 commit comments