In the Management > Hosts tab of the Aria Operations for Logs user interface, users may observe multiple entries for the same host. Typically, one entry appears with the short hostname, while another shows the fully qualified domain name (FQDN).
Aria Operations for Logs 8.x
This behavior is typically observed when syslog messages are sent from a host using only the short hostname in the hostname portion of the syslog header, rather than the Fully Qualified Domain Name (FQDN).
nslookup <hostname>
nslookup <IP-address>
root to the affected ESXi Host via SSH.esxcli system hostname get
-If any of these values are missing, proceed with the steps outlined below:esxcli system hostname set --domain=<domain_name>
esxcli system hostname set --fqdn=<FQDN>
esxcli system hostname set --host=<hostname>
esxcli system hostname get

ingestion_hosts_v3 table:root via SSH or web console.cqlsh-no-pass
cqlsh-no-pass:sed -i 's/validate = true/validate = false/' /storage/core/loginsight/cidata/cassandra/config/cqlshrc
ingestion_hosts_v3 table:truncate logdb.ingestion_hosts_v3;
exit
To validate the status of truncation execute the following command: lisuper@cqlsh> SELECT * FROM logdb.ingestion_hosts_v3;
Refer: Multiple Inactive ESXi Host Email Alerts Triggered by Aria Operations for Logs Cluster