Restarting the Elasticsearch cluster

Last Updated : Apr 30, 2025 |
Prolog information
This procedure does not impact the service of Analytics operations.
  1. Run the following commands as root user to restart the Elasticsearch cluster to pull in the Breeze CA certificate:
    ADDITIONAL INFORMATION: kubectl scale statefulsets/logelasticsearch --replicas=0
  2. Monitor pod state by running the following command:
    ADDITIONAL INFORMATION: kubectl get pods | grep logelasticsearch
  3. After all the logelasticsearch* pods are terminated, run the following command to bring them up:
    ADDITIONAL INFORMATION: kubectl scale statefulsets/logelasticsearch --replicas=3