Restarting the Elasticsearch cluster

Last Updated : Apr 30, 2025 |

About this task

This procedure does not impact the service of Analytics operations.

Procedure

  1. Run the following commands as root user to restart the Elasticsearch cluster to pull in the Breeze CA certificate:
    kubectl scale statefulsets/logelasticsearch --replicas=0
    
  2. Monitor pod state by running the following command:
    kubectl get pods | grep logelasticsearch
  3. After all the logelasticsearch* pods are terminated, run the following command to bring them up:
    kubectl scale statefulsets/logelasticsearch --replicas=3