An administrator installs the Instana host agent on a new Linux server. After 15 minutes the host does not appear in the Instana UI. The agent service is confirmed running, network connectivity to the backend on port 443 is verified, and the configuration.yaml shows the correct backend host and port. What is the most likely reason the agent is absent from the UI?
Select an answer to reveal the explanation.
Short Explanation and Infographic
The Instana agent key is required for the agent to authenticate with the Instana backend, and a missing or incorrect key causes the backend to silently reject the connection even when network reachability is confirmed. The agent key is configured in configuration.yaml under the backend sender section and must exactly match a key provisioned in the Instana backend tenant or unit settings. Without successful authentication, the agent session is never established and the host does not appear in the monitoring UI.
Full explanation below image
Full Explanation
The Instana agent key is required for the agent to authenticate with the Instana backend, and a missing or incorrect key causes the backend to silently reject the connection even when network reachability is confirmed. The agent key is configured in configuration.yaml under the backend sender section and must exactly match a key provisioned in the Instana backend tenant or unit settings. Without successful authentication, the agent session is never established and the host does not appear in the monitoring UI. The correct answer is 'The agent key is missing or incorrect in the backend sender configuration in configuration.yaml'. The incorrect options — 'The agent zone and host tags have not been configured in the configuration.yaml file', 'The agent infrastructure monitoring sensor has not been explicitly enabled in the configuration', 'The agent needs additional discovery time beyond 15 minutes on first startup to appear' — are wrong because they do not align with IBM Instana's architecture or recommended practices for this scenario. Understanding this concept is essential for the Domain 3: Installation domain of the IBM Instana Observability certification.