We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e0aedf commit 7e92800Copy full SHA for 7e92800
serverless/pages/connecting-to-es-endpoint.asciidoc
@@ -44,7 +44,7 @@ image::images/copy-connection-details.png[Copy your Elasticsearch endpoint.]
44
[[elasticsearch-get-started-test-connection]]
45
== Test connection
46
47
-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}.
48
49
`curl` will need access to your Elasticsearch endpoint and `encoded` API key.
50
Within your terminal, assign these values to the `ES_URL` and `API_KEY` environment variables.
0 commit comments