Skip to content

Commit ed0bd7c

Browse files
Update check-es-running.md (#1169)
Typo in the curl command with "{{escape}}" appearing in the final result would result in an error running the command. ![ElasticSupport 2025-04-16 at 09 28 23](https://github.com/user-attachments/assets/3e5d310f-2807-4b01-9e79-b538710ad37a) ![ElasticSupport 2025-04-16 at 09 28 48](https://github.com/user-attachments/assets/735eecd1-0412-447a-b847-060bd2cf29b7) Co-authored-by: Liam Thompson <[email protected]>
1 parent 460e6d7 commit ed0bd7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deploy-manage/deploy/self-managed/_snippets/check-es-running.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
You can test that your {{es}} node is running by sending an HTTPS request to port `9200` on `localhost`:
22

33
```sh subs=true
4-
curl --cacert {{es-conf}}{{slash}}certs{{slash}}http_ca.crt {{escape}} <1>
4+
curl --cacert {{es-conf}}{{slash}}certs{{slash}}http_ca.crt <1>
55
-u elastic:$ELASTIC_PASSWORD https://localhost:9200 <2>
66
```
77
1. `--cacert`: Path to the generated `http_ca.crt` certificate for the HTTP layer.
@@ -29,4 +29,4 @@ The call returns a response like this:
2929
},
3030
"tagline" : "You Know, for Search"
3131
}
32-
```
32+
```

0 commit comments

Comments
 (0)