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
8.15.0-SNAPSHOT, 8.13.2, likely any version >= 8.9.0.
Operating System
Windows 10, but quite likely this is happening on any Windows versions, and likely on any OS that allows setting a hostname with uppercase characters in it.
Steps to Reproduce
Ensure that the host on which Agent is going to run has a hostname with uppercase characters in it, e.g. DESKTOP-E39GQOG.
Enroll Elastic Agent in Fleet, using the default policy with the system integration enabled.
About 30 seconds after enrolling, go to Kibana > Discover and look at the logs-* indices for data from the Agent. Set up the columns as shown in the screenshot below.
Note the values in the host.hostname column.
Expected behavior
The values of the host.hostname field should be exactly the same as of the hostname from step 1 above, including matching the case exactly.
Observed behavior
The values of the host.hostname field are lowercased.
Other relevant information
This behavior is not observed in 8.8.2:
⚠️ When fixing this regression, only the value of the host.hostname field should be fixed. The value of host.name should remain lowercased, as mandated by ECS. Similarly, the value of agent.name should not be impacted by the fix either.
The text was updated successfully, but these errors were encountered:
Version
8.15.0-SNAPSHOT
,8.13.2
, likely any version >=8.9.0
.Operating System
Windows 10, but quite likely this is happening on any Windows versions, and likely on any OS that allows setting a hostname with uppercase characters in it.
Steps to Reproduce
DESKTOP-E39GQOG
.system
integration enabled.logs-*
indices for data from the Agent. Set up the columns as shown in the screenshot below.host.hostname
column.Expected behavior
The values of the
host.hostname
field should be exactly the same as of the hostname from step 1 above, including matching the case exactly.Observed behavior
The values of the
host.hostname
field are lowercased.Other relevant information
This behavior is not observed in
8.8.2
:host.hostname
field should be fixed. The value ofhost.name
should remain lowercased, as mandated by ECS. Similarly, the value ofagent.name
should not be impacted by the fix either.The text was updated successfully, but these errors were encountered: