-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Report FQDN on Windows hosts #34782
Comments
Pinging @elastic/elastic-agent (Team:Elastic-Agent) |
I think this only applies to events read using the winlog input, if I am interpreting #34456 (comment) correctly. |
Marking this as P0, like all the other FQDN issues. |
We investigated the behaviour of add_host_metadata and the winlog input and concluded:
The conclusion is that the only action we have is to test winlogbeat (which is the winlog Filebeat input under agent) with the fqdn feature enabled and ensure it has the behaviour we want for both of these cases. We should be able to do this by configuring a the winlog integration for agent to read from an evtx file with the appropriate preconditions. There are some sample evtx files in https://github.com/elastic/beats/tree/9b4bd2d32a6cf6f179c2e3cf32848ca7ac3c8e95/x-pack/winlogbeat/module/security/test/testdata/collection for reference. We want to test that:
Since the only work here is testing the estimate is set to Small (<2 days). |
Thank you @cmacknz for the update! |
Chatted with @jlind23 about this in a 1-1 today. We decided that since the only work expected for this issue is testing, we will close this issue for now. Things are expected to work as-is; if testing reveals that they don't, we will reopen this issue. This gives more accurate visibility into the state of this issue. |
Describe the enhancement:
In #34456, we enhanced Beats to accept configuration for feature flags via the top-level
features
configuration key.The first feature we added a flag for was FQDN reporting (also implemented in the same PR). To enable FQDN reporting, users must set
features.fqdn.enabled: true
in their Beat's configuration.FQDN reporting has not yet been implemented for Beats running on Windows hosts, however. This issue is to track the necessary implementation. See background and suggestions in #34456 (comment).
Describe a specific use case for the enhancement or feature:
See #1070.
The text was updated successfully, but these errors were encountered: