The process of utilizing a deployment server to manage a search head cluster and an indexer cluster involves several key steps. Initially, it is essential to connect the cluster manager and deployer, configuring them as deployment clients within the deployment server. Following this, the configuration file for the deployment client must be updated in both the cluster manager and the deployer to ensure proper settings are in place.
Next, server classes are created for the applications associated with the search head cluster and the indexer cluster. These server classes serve as a way to organize and manage the applications effectively. After establishing the server classes, the necessary applications must be mapped to their corresponding server classes, aligning them for deployment.
Once the applications are successfully deployed to both the cluster manager and the deployer, it is important to enable a cron job. This cron job should be set up in the deployer to execute the command that applies the search head cluster bundle, while in the cluster manager, it is configured to execute the command that applies the cluster bundle. This structured approach ensures efficient management and deployment within the clusters.
Source Link