From 7e92800cf451a420bf5ccc6d889cf20a989a96aa Mon Sep 17 00:00:00 2001 From: kosabogi <105062005+kosabogi@users.noreply.github.com> Date: Thu, 14 Nov 2024 13:15:36 +0100 Subject: [PATCH] Update serverless/pages/connecting-to-es-endpoint.asciidoc Co-authored-by: Liam Thompson <32779855+leemthompo@users.noreply.github.com> --- serverless/pages/connecting-to-es-endpoint.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/serverless/pages/connecting-to-es-endpoint.asciidoc b/serverless/pages/connecting-to-es-endpoint.asciidoc index 9a7b2914..c90d68ce 100644 --- a/serverless/pages/connecting-to-es-endpoint.asciidoc +++ b/serverless/pages/connecting-to-es-endpoint.asciidoc @@ -44,7 +44,7 @@ image::images/copy-connection-details.png[Copy your Elasticsearch endpoint.] [[elasticsearch-get-started-test-connection]] == Test connection -We'll use the `curl` command to test your connection and make additional API requests. +Use https://curl.se[`curl`] to verify your connection to {es}. `curl` will need access to your Elasticsearch endpoint and `encoded` API key. Within your terminal, assign these values to the `ES_URL` and `API_KEY` environment variables.