Resize Your Clusteredit

Elasticsearch scales to whatever capacity you need and with as many nodes as the available resources can support. If you don’t have enough available resources, add some capacity first.

To resize a cluster:

  1. Log into the Cloud UI.
  2. Click on a cluster name from the Clusters panel and click Edit icon.
  3. Change the cluster configuration:

    Fault tolerance
    If the initial cluster you created uses only one availability zone, it is not fault tolerant. On a production system, enable high availability by changing your cluster to use at least two availability zones, three for mission-critical deployments.
    Node Capacity
    Node capacity should be sufficient to sustain your search workload, even if you lose an availability zone. Currently, half of the memory is assigned to the JVM heap. For example, on a cluster with 32 GB RAM, 16 GB are allotted to heap. Up to 64 GB RAM and 1 TB storage per node are supported.
    Node Count
    Adding more nodes lets you scale out horizontally by adding more processing capacity to your cluster.
  4. Click Save changes.

Example: From Very Small to Very Largeedit

The first cluster we provisioned was very basic: It used only one availability zone and a singe node. In this example, the same cluster is changed to:

  • Enable high availability with three availability zones for mission-critical use.
  • Resize from 1 GB RAM and 32 GB storage to 64 GB RAM and 2 TB storage.
  • Scale out from 1 node to 100 nodes per availability zone.

The new cluster configuration is as follows:

Resized cluster

Provided that there are enough resources for this very large cluster, all that is left to do is to save the cluster configuration.