-
Notifications
You must be signed in to change notification settings - Fork 422
New issue
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
Add agent.hostname
#178
Comments
+1 on this proposal. For the population of the fields: Undecided but I think for now I would leave it out of scope of ECS to define it. |
I think one of my analysts just had an aneurism. :) |
I get the joke vs your feedback from yesterday ;-) I think we could do a better job of highlighting which fields are the "main" field (hostname is a good example), and which ones are to be used for secondary situations, like the Does this make sense, though? Imagine you're using Filebeat's syslog input to act as a sink for an area of your network. Does that make sense? Is there anything about it that we're missing? |
Sorry for overlooking this issue forever :-( ECS should not have a field In the case where an agent is not running on a host generating an event (e.g. APM server), the APM server is considered the The APM Server example is explicitly documented in the ECS documentation here.
|
Given the note above, should filebeat (and other beats) have made the breaking change in 7.0 to rename btw, our documentation (https://www.elastic.co/guide/en/beats/libbeat/6.5/breaking-changes-6.3.html#beats-template-versioned-indices) previously suggested users to switch to use |
Per reasoning laid out in #178 (comment), not moving forward adding |
In cases where an agent is not running on a host generating an event (e.g. APM server), it's useful to track where the agent is running without touching
host.hostname
.Beats has already replaced
beat.hostname
withagent.hostname
here elastic/beats#8873.So the relationship between the two fields is:
host.hostname
should be populated with the hostname of the node generating the eventagent.hostname
should be populated with the hostname of the node where the agent is running, if different than the source of the event.The text was updated successfully, but these errors were encountered: