When initially configuring Health Check through the Admin console on a single server installation, a warning message indicates:
Health Check detected that this is a distributed environment without shared logs. Configure shared logs in order to set up, schedule, and run Health Check from this page.
The appian-topology.xml file uses different server names in the host sections of the file to refer to the same server. In the following example, localhost and exampleHostName refer to the same server but are declared differently:
host
localhost
exampleHostName
<search-cluster> <search-server host="localhost" port="9300"/> </search-cluster> <kafkaCluster> <broker host="exampleHostName" port="9092"/> </kafkaCluster>
Update the appian-topology.xml to use the same host value in all fields.
This article applies to all self-managed versions of Appian using the Health Check through the Admin Console.
Last Reviewed: September 2021