Skip to content
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

[metricbeat] Add Windows service user name #8364

Closed
willemdh opened this issue Sep 19, 2018 · 3 comments
Closed

[metricbeat] Add Windows service user name #8364

willemdh opened this issue Sep 19, 2018 · 3 comments
Labels
Metricbeat Metricbeat Team:Integrations Label for the Integrations team

Comments

@willemdh
Copy link

It would be nice if the windows service metricset would allow us to add the user configured for this service as windows.service.user.name. As some services (eg backup / Altiris / SAP) require elevated permissions, it would be useful to know where specific users are set etc..

Grtz

@tbragin tbragin added the Metricbeat Metricbeat label Sep 21, 2018
jcallaha added a commit to jcallaha/beats that referenced this issue Oct 23, 2018
narph added a commit that referenced this issue Apr 26, 2019
…rvice.path_name (#11877)

* implement issue #8364 in metricbeat windows module, pathname and usename of service

* Fix changelog entries

* Update changelog

* resolved rebase merge issue
@kaiyan-sheng
Copy link
Contributor

@narph Is this start_name the same as service user name?

@kaiyan-sheng kaiyan-sheng added the Team:Integrations Label for the Integrations team label Dec 20, 2019
@narph
Copy link
Contributor

narph commented Dec 23, 2019

a PR was built based on this initial issue #8561 (referenced above) and then a continuation PR based on the initial PR #11877, already merged.

The start_name should be the account name under which a service runs.
Depending on the service type, the account name may be in the form of "DomainName\Username" or UPN format ("Username@DomainName") etc.

This issue can be considered closed, we might want to rename start_name to user.name to follow ECS guidelines.

@kaiyan-sheng
Copy link
Contributor

Sounds good, thanks @narph. I will close this issue and you can open a new issue to track the renaming work later.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Metricbeat Metricbeat Team:Integrations Label for the Integrations team
Projects
None yet
Development

No branches or pull requests

4 participants