Skip to content

[docs] Fix image paths for docs-assembler #1447

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 16, 2025
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
16 changes: 4 additions & 12 deletions docs/reference/connecting.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,27 +22,19 @@ Where <cloud-id> and <api-key> can be retrieved using the Elastic Cloud web UI.

You can get the `Cloud ID` from the `My deployment` page of your dashboard (see the red rectangle reported in the screenshot).

:::{image} images/cloud_id.png
:alt: Elastic Cloud ID
:::
![Elastic Cloud ID](images/cloud_id.png)

You can generate an `API key` in the `Management` page under the section `Security`.

:::{image} images/create_api_key.png
:alt: Create API key
:::
![Create API key](images/create_api_key.png)

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).

:::{image} images/api_key_name.png
:alt: Choose an API name
:::
![Choose an API name](images/api_key_name.png)

After this step you will get the `API key`in the API keys page.

:::{image} images/cloud_api_key.png
:alt: Cloud API key
:::
![Cloud API key](images/cloud_api_key.png)

***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.

Expand Down
8 changes: 2 additions & 6 deletions docs/reference/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,11 @@ $client = ClientBuilder::create()

Your Elasticsearch endpoint can be found on the ***My deployment*** page of your deployment:

:::{image} images/es_endpoint.jpg
:alt: Finding Elasticsearch endpoint
:::
![Finding Elasticsearch endpoint](images/es_endpoint.jpg)

You can generate an API key on the ***Management*** page under Security.

:::{image} images/create_api_key.png
:alt: Create API key
:::
![Create API key](images/create_api_key.png)

For other connection options, refer to the [*Connecting*](/reference/connecting.md) section.

Expand Down
Loading