You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ECS changed the definition of host.name and encourages to use the fully qualified domain name for the host name.
All Elastic ECS producers should populate the host.name field with the lowercased FQDN from here forward.
This change is behind a feature flag on the Elastic agent (to avoid breaking changes for users).
APM agents do not know about the above-mentioned setting / feature flag. Thus, this decision needs to happen on the APM server.
However, APM agents would need to collect the host.domain information in addition to enable the APM server to construct the FQDN.
IMPORTANT UPDATE: We keep it simple for APM agents. This change only requires the APM agents to always report the FQDN (instead of the simple) for the detected_hostname field.
Description
ECS changed the definition of host.name and encourages to use the fully qualified domain name for the host name.
All Elastic ECS producers should populate the host.name field with the lowercased FQDN from here forward.
This change is behind a feature flag on the Elastic agent (to avoid breaking changes for users).
APM agents do not know about the above-mentioned setting / feature flag. Thus, this decision needs to happen on the APM server.However, APM agents would need to collect the host.domain information in addition to enable the APM server to construct the FQDN.
IMPORTANT UPDATE: We keep it simple for APM agents. This change only requires the APM agents to always report the FQDN (instead of the simple) for the
detected_hostname
field.Spec Issue
detected_hostname
#794Agent Issues
detected_hostname
apm-agent-java#3131detected_hostname
apm-agent-dotnet#2065detected_hostname
apm-agent-nodejs#3310detected_hostname
apm-agent-python#1824detected_hostname
apm-agent-go#1425detected_hostname
apm-agent-php#943The text was updated successfully, but these errors were encountered: