You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/ROOT/pages/clustering/index.adoc
+10-6Lines changed: 10 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,23 +9,27 @@ This chapter describes the following:
9
9
* Set up a cluster -- The basics of configuring and deploying a new cluster.
10
10
** xref:clustering/setup/deploy.adoc[Deploy a basic cluster] -- How to set up a basic cluster.
11
11
** xref:clustering/setup/analytics-cluster.adoc[Deploy an analytics cluster] -- How to deploy a special case Neo4j cluster for analytic queries.
12
-
** xref:clustering/setup/single-to-cluster.adoc[Move from single server to cluster] -- This section describes how to move from a single Neo4j server to Neo4j cluster.
12
+
** xref:clustering/setup/single-to-cluster.adoc[Move from a standalone deployment to a cluster] -- This section describes how to move from a single Neo4j server to Neo4j cluster.
13
13
** xref:clustering/setup/discovery.adoc[Cluster server discovery] -- How servers in a cluster discover each other.
14
-
** xref:clustering/setup/routing.adoc[Leadership, routing and load balancing] -- Election of leaders, routing and load balancing.
14
+
** xref:clustering/setup/routing.adoc[Leadership, routing, and load balancing] -- Election of leaders, routing, and load balancing.
15
15
** xref:clustering/setup/encryption.adoc[Intra-cluster encryption] -- How to secure the cluster communication.
16
16
* xref:clustering/servers.adoc[Managing servers in a cluster] -- How to manage manage the servers in a cluster.
17
17
* xref:clustering/databases.adoc[Managing databases in a cluster] -- How to manage the databases in a cluster.
18
18
* Monitoring -- Monitoring of a cluster.
19
-
** xref:clustering/monitoring/show-servers-monitoring.adoc[Monitoring servers] -- The tools available for monitoring the servers in a cluster.
20
-
** xref:clustering/monitoring/show-databases-monitoring.adoc[Monitoring databases] -- The tools available for monitoring the databases in a cluster.
19
+
** xref:clustering/monitoring/show-servers-monitoring.adoc[Monitor servers] -- The tools available for monitoring the servers in a cluster.
20
+
** xref:clustering/monitoring/show-databases-monitoring.adoc[Monitor databases] -- The tools available for monitoring the databases in a cluster.
21
21
** xref:clustering/monitoring/endpoints.adoc[Monitor cluster endpoints for status information] -- The endpoints and semantics of endpoints used to monitor the health of the cluster.
22
22
* xref:clustering/disaster-recovery.adoc[Disaster recovery] -- How to recover a cluster in the event of a disaster.
23
23
* xref:clustering/settings.adoc[Settings reference] -- A summary of the most important cluster settings.
24
+
* xref:clustering/server-syntax.adoc[Server commands reference] -- Reference of Cypher administrative commands to add and manage servers.
24
25
* xref:clustering/clustering-advanced/index.adoc[Advanced clustering] -- Some more advanced features of Neo4j clusters.
26
+
** xref:clustering/clustering-advanced/default-database.adoc[Default database in a cluster] -- The initial default database created when the DBMS starts for the first time.
25
27
** xref:clustering/clustering-advanced/multi-data-center-routing.adoc[Multi-data center routing] -- Clusters on mutli-data centers.
26
-
* xref:clustering/glossary.adoc[Clustering glossary] -- A glossary of terms used in the clustering documentation.
28
+
** xref:clustering/clustering-advanced/reconciler.adoc[Reconciler] -- An internal component that observes the requested state of a server and makes changes to the server to match that state.
29
+
* xref:clustering/glossary.adoc[Clustering glossary] -- A glossary of terms related to the Neo4j clustering.
30
+
31
+
27
32
//* <<clustering-internals, Internals>> -- A few internals regarding the operation of the cluster.
28
-
Further information:
29
33
30
34
//* For instructions on setting up clustering when running Neo4j in a Docker container, see <<docker-cc, Clustering on Docker>>.
31
35
//* For instructions on how to upgrade your Neo4j cluster, see link:{neo4j-docs-base-uri}/upgrade-migration-guide/upgrade[Upgrade a cluster].
0 commit comments