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] System service allow to filter processes #16753

Closed
hochraldo opened this issue Mar 3, 2020 · 2 comments
Closed

[Metricbeat] System service allow to filter processes #16753

hochraldo opened this issue Mar 3, 2020 · 2 comments
Assignees
Labels
enhancement Metricbeat Metricbeat Team:Services (Deprecated) Label for the former Integrations-Services team

Comments

@hochraldo
Copy link

Currently the processes to list can only be filtered by state (service.state_filter). In addition filtering by "module" name should be supported.

This module name pattern is hardcoded at the moment:
units, err := m.conn.ListUnitsByPatterns(m.cfg.StateFilter, []string{"*.service"})

This feature would allow to list services that are running under the same user/group and would not need "superuser" power.

@jsoriano jsoriano added enhancement Team:Services (Deprecated) Label for the former Integrations-Services team [zube]: Inbox Metricbeat Metricbeat labels Mar 4, 2020
@jsoriano
Copy link
Member

jsoriano commented Mar 4, 2020

cc @fearful-symmetry

@fearful-symmetry fearful-symmetry self-assigned this Mar 4, 2020
@fearful-symmetry
Copy link
Contributor

I'll see what I can do.

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

No branches or pull requests

4 participants