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? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
_HOSTNAME
The current implementation from Journald input translates _HOSTNAME to host.hostname: https://github.com/elastic/beats/blob/367d94e1dc40a82713d651735eac7921bb584474/filebeat/input/journald/pkg/journalfield/default.go#L57C3-L57C12
host.hostname
However our documentation states that _HOSTNAME is translated to host.name.
host.name
We need to make our documentation and implementation match as well as clarify the difference between those two fields.
The text was updated successfully, but these errors were encountered:
Pinging @elastic/elastic-agent-data-plane (Team:Elastic-Agent-Data-Plane)
Sorry, something went wrong.
No branches or pull requests
The current implementation from Journald input translates
_HOSTNAME
tohost.hostname
: https://github.com/elastic/beats/blob/367d94e1dc40a82713d651735eac7921bb584474/filebeat/input/journald/pkg/journalfield/default.go#L57C3-L57C12However our documentation states that
_HOSTNAME
is translated tohost.name
.We need to make our documentation and implementation match as well as clarify the difference between those two fields.
The text was updated successfully, but these errors were encountered: