We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Missing FQDN option for windows:
Example implementation: https://github.com/elastic/go-sysinfo/blob/main/providers/windows/host_windows.go#L88C44-L88C81
os.Hostname() don't return full hostname on windows
os.Hostname()
The text was updated successfully, but these errors were encountered:
Indeed, this might be a good feature to have. And it looks like it could be implemented on all platforms. Thanks for the suggestion.
Sorry, something went wrong.
might make sense to introduce a FQDN() function instead of changing the Hostname()
FQDN()
Hostname()
No branches or pull requests
Missing FQDN option for windows:
Example implementation:
https://github.com/elastic/go-sysinfo/blob/main/providers/windows/host_windows.go#L88C44-L88C81
os.Hostname()
don't return full hostname on windowsThe text was updated successfully, but these errors were encountered: