File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ This page contains the information you need to connect and use the Client with
12
12
* <<client-connect-proxy, Connecting through a proxy>>
13
13
* <<client-error-handling, Handling errors>>
14
14
* <<keep-alive, Keep-alive connections>>
15
- * <<product-check, Automatic product check>>
16
15
* <<closing, Closing the client>>
16
+ * <<product-check, Automatic product check>>
17
17
18
18
[[authentication]]
19
19
[discrete]
@@ -692,9 +692,10 @@ const client = new Client({
692
692
})
693
693
----
694
694
695
+
696
+ [[closing]]
695
697
[discrete]
696
- [[close-connection]]
697
- === Close connection
698
+ === Closing the client
698
699
699
700
If you want to end a connection to an Elasticsearch server, use the `close()` function.
700
701
@@ -708,7 +709,6 @@ client.close();
708
709
----
709
710
710
711
711
-
712
712
[discrete]
713
713
[[product-check]]
714
714
=== Automatic product check
You can’t perform that action at this time.
0 commit comments