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
This PR reverts #180
`Host.FQDNWithContext()` and the deprecated `Host.FQDN()` now return the FQDN as is; it isn't lowercased anymore. This also affects `types.HostInfo#Hostname` which, when it's the FQDN, won't be lowercased.
Complying with ECS for `host.name` and `host.hostname`
(https://www.elastic.co/guide/en/ecs/current/ecs-host.html#field-host-name)
should not be handled by go-sysinfo. The users of go-sysinfo should
ensure compliance with ECS if necessary.
`Host.FQDNWithContext()` and the deprecated `Host.FQDN()` now return the FQDN as is; it isn't lowercased anymore. This also affects `types.HostInfo#Hostname` which, when it's the FQDN, won't be lowercased.
0 commit comments