Skip to content

Commit 7836018

Browse files
authored
[DOCS] Add escape characters for docs build error
1 parent 15726cd commit 7836018

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/guide/connecting.asciidoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ When you start Elasticsearch for the first time you'll see a distinct block like
4444

4545
[source,sh]
4646
----
47-
----------------------------------------------------------------------
47+
\----------------------------------------------------------------------
4848
-> Elasticsearch security features have been automatically configured!
4949
-> Authentication is enabled and cluster connections are encrypted.
5050
@@ -54,7 +54,7 @@ When you start Elasticsearch for the first time you'll see a distinct block like
5454
-> HTTP CA certificate SHA-256 fingerprint:
5555
a52dd93511e8c6045e21f16654b77c9ee0f34aea26d9f40320b531c474676228
5656
...
57-
----------------------------------------------------------------------
57+
\----------------------------------------------------------------------
5858
----
5959

6060
Note down the `elastic` user password and HTTP CA fingerprint for the next sections. In the examples below they will be stored in the variables `ELASTIC_PASSWORD` and `CERT_FINGERPRINT` respectively.

0 commit comments

Comments
 (0)