Skip to content

Commit 877f983

Browse files
authored
Windows style env var.
Or this can be declared as {es_pass}.
1 parent ccf36c0 commit 877f983

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/setup/install/check-running.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ You can test that your {es} node is running by sending an HTTPS request to port
55

66
["source","sh",subs="attributes"]
77
----
8-
curl --cacert {es-conf}{slash}certs{slash}http_ca.crt -u elastic:$ELASTIC_PASSWORD https://localhost:9200 <1>
8+
curl --cacert {es-conf}{slash}certs{slash}http_ca.crt -u elastic:%ELASTIC_PASSWORD% https://localhost:9200 <1>
99
----
1010
// NOTCONSOLE
1111
<1> Ensure that you use `https` in your call, or the request will fail.

0 commit comments

Comments
 (0)