Resolution | In order to re-add the host or services, please perform the following:
- Obtain the uuid for the host by running the following command from the host.
# cat /etc/salt/minion
Example Output:
master: localhost hash_type: sha256 log_level: info id: 32c5b77d-309d-45ea-9134-9cd5c04791d8
Note: The output from other hosts will show the IP address of the Admin Server for master:.
- From the Admin Server, run the orchestration client to add the missing host back.
Note: This step is only required if the host does not exist under the Hosts page. If the Hosts page shows the host, please skip this step and continue from step
orchestration-cli-client --accept-key <uuid_from_above_step>
- From the Admin Server, run the orchestration client to add the missing services back.
orchestration-cli-client -i -o <uuid_from_above_step> -c <Category_Name> -b <IP_AdminServer>
The following is the list of the available Category_Name.
- AdminServer
- ESAPrimary
- ESASecondary
- Malware
- Archiver
- Broker
- Concentrator
- Decoder
- LogDecoder
- LogCollector
- PacketHybrid
- LogHybrid
- UEBA ( Only from 11.2 above )
|