Skip to content

Commit 1792739

Browse files
Update the first page of the Clustering section (#1747)
Co-authored-by: Reneta Popova <[email protected]>
1 parent c72015f commit 1792739

File tree

3 files changed

+12
-8
lines changed

3 files changed

+12
-8
lines changed

modules/ROOT/pages/clustering/clustering-advanced/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[role=enterprise-edition]
22
:page-aliases: clustering-advanced/index.adoc
33
[[clustering-advanced]]
4-
= Advanced Clustering
4+
= Advanced clustering
55
:description: This appendix describes advanced features of a Neo4j Cluster.
66

77
This section includes information about advanced deployments of a Neo4j Cluster.

modules/ROOT/pages/clustering/index.adoc

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,23 +9,27 @@ This chapter describes the following:
99
* Set up a cluster -- The basics of configuring and deploying a new cluster.
1010
** xref:clustering/setup/deploy.adoc[Deploy a basic cluster] -- How to set up a basic cluster.
1111
** 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.
1313
** 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.
1515
** xref:clustering/setup/encryption.adoc[Intra-cluster encryption] -- How to secure the cluster communication.
1616
* xref:clustering/servers.adoc[Managing servers in a cluster] -- How to manage manage the servers in a cluster.
1717
* xref:clustering/databases.adoc[Managing databases in a cluster] -- How to manage the databases in a cluster.
1818
* 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.
2121
** 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.
2222
* xref:clustering/disaster-recovery.adoc[Disaster recovery] -- How to recover a cluster in the event of a disaster.
2323
* 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.
2425
* 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.
2527
** 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+
2732
//* <<clustering-internals, Internals>> -- A few internals regarding the operation of the cluster.
28-
Further information:
2933

3034
//* For instructions on setting up clustering when running Neo4j in a Docker container, see <<docker-cc, Clustering on Docker>>.
3135
//* For instructions on how to upgrade your Neo4j cluster, see link:{neo4j-docs-base-uri}/upgrade-migration-guide/upgrade[Upgrade a cluster].

modules/ROOT/pages/clustering/setup/routing.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
:page-aliases: clustering/internals.adoc
33
[role=enterprise-edition]
44
[[clustering-routing-load-balancing]]
5-
= Leadership, routing and load balancing
5+
= Leadership, routing, and load balancing
66

77
[[clustering-elections-and-leadership]]
88
== Elections and leadership

0 commit comments

Comments
 (0)