Skip to content

Commit d998208

Browse files
authored
Merge pull request #6662 from elastic/szabosteve/8.0.remove
[Backport 8.0][DOCS] Removes outdated pages from docs
2 parents aef2340 + 256000a commit d998208

File tree

3 files changed

+12
-20
lines changed

3 files changed

+12
-20
lines changed

docs/connecting.asciidoc

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,11 @@ disk which is used to sign the certificates for the HTTP layer of the {es}
7171
cluster.
7272

7373
In order for the client to establish a connection with the cluster over HTTPS,
74-
the CA certificate must be trusted by the client application. There are several
75-
mechanisms for <<working-with-certificates, working with certificates>>, but the
76-
simplest choice is to use the hex-encoded SHA-256 fingerprint of the CA
77-
certificate. The CA fingerprint is output to the terminal when you start {es}
78-
for the first time. You'll see a distinct block like the one
79-
below in the output from {es} (you may have to scroll up if it's been a while):
74+
the CA certificate must be trusted by the client application. The simplest
75+
choice is to use the hex-encoded SHA-256 fingerprint of the CA certificate. The
76+
CA fingerprint is output to the terminal when you start {es} for the first time.
77+
You'll see a distinct block like the one below in the output from {es} (you may
78+
have to scroll up if it's been a while):
8079

8180
```sh
8281
----------------------------------------------------------------
@@ -144,9 +143,7 @@ nodes for each request in a round robin fashion. The client also tracks
144143
unhealthy nodes and avoids sending requests to them until they become healthy.
145144

146145
This configuration is best suited to connect to a known small sized cluster,
147-
where you do not require sniffing to detect the cluster topology. Refer to the
148-
<<connection-pooling,node pool documentation>> for more information about the
149-
types of node pool available in the {es} .NET client.
146+
where you do not require sniffing to detect the cluster topology.
150147

151148
The following snippet shows you how to connect to multiple nodes by using a
152149
static node pool:

docs/index.asciidoc

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,8 @@ include::configuration.asciidoc[]
1818

1919
include::breaking-changes.asciidoc[]
2020

21-
include::conventions.asciidoc[]
22-
23-
include::high-level.asciidoc[]
24-
2521
include::troubleshooting.asciidoc[]
2622

27-
include::search.asciidoc[]
28-
29-
include::query-dsl.asciidoc[]
30-
31-
include::aggregations.asciidoc[]
32-
3323
include::redirects.asciidoc[]
3424

3525
include::release-notes/release-notes.asciidoc[]

docs/redirects.asciidoc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,9 @@ The following pages have moved or been deleted.
66
[role="exclude",id="configuration-options"]
77
== Configuration options
88

9-
This page has moved. See <<configuration>>.
9+
This page has moved. See <<configuration>>.
10+
11+
[role="exclude",id="nest"]
12+
== NEST - High level client
13+
14+
This page has been deleted.

0 commit comments

Comments
 (0)