You receive false "Inactive host" notifications even though log collection is active. In a common scenario, you have an inactive host notification setup to send alerts if logs stop after 2 days. When you receive the alert, you can log into Aria Operations for Logs, navigate to Explore Logs and the last received events for the hostname show as being within the last 5 minutes.
Upon exploring the logs, you see that logs were collecting prior to the time the alert says they stopped. One specific observation is that the source list intermittently displays the hostname with a -rez suffix appended to the name, while the text of the log lists the hostname correctly.
Log Evidence Summary
Technical investigation of the runtime.log confirms the following evidence of host identity confusion:
-rez suffix are recognized as valid sources during the ingestion process.-rez identities are actively sending data, with "last received events" timestamps occurring within the previous 5 minutes.-rez alias creates a "split identity" for the single IP address.Symptoms and observations include:
-rez suffix.-rez does not appear in the Management > Hosts interface.The issue is caused by a "split identity" situation where Aria Operations for Logs sees alternating host identities for the same IP address.
The application requires a strict 1:1 mapping for DNS resolution to maintain a consistent host identity. In this scenario, the DNS environment (Infoblox) contains a primary hostname and a secondary -rez alias mapped to the same IP. The DNS server exhibits "round-robin" behavior, alternating the PTR (reverse DNS) record between the primary hostname and the alias. When the application performs a reverse lookup and receives the unrecognized -rez alias, it interprets the primary managed identity as inactive.
Follow these steps to align the infrastructure with the required 1:1 DNS mapping:
nslookup on the affected IP address to confirm if multiple hostnames (primary and -rez) are returned or if the response alternates.-rez alias.rez names are filtered before being passed to the application to prevent identity confusion.Aria Operations for Logs relies on consistent PTR record responses to correctly track host status when the IP address is used for the source.