-
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
Allow auditbeat setup
to run without elevated privileges
#7111
Comments
I found that there is an We might want to move the @ruflin @exekias @jsoriano Do you foresee any side-effects for doing this?
|
uhm, that could do the trick, I think in the past some things (like template loading) were configured here, but that doesn't seem to be the case anymore. also sorry, I think I introduced this 🙈 |
This will allow `auditbeat setup` to run without requiring elevated privileges to create the audit socket. Fixes elastic#7111
This will allow `auditbeat setup` to run without requiring elevated privileges to create the audit socket. Fixes #7111
This will allow `auditbeat setup` to run without requiring elevated privileges to create the audit socket. Fixes elastic#7111
This will allow `auditbeat setup` to run without requiring elevated privileges to create the audit socket. Fixes elastic#7111
Tested on Auditbeat 6.2.4 (docker.elastic.co/beats/auditbeat:6.2.4).
Running
auditbeat setup --dashboards
results in:Proposal: Have
auditbeat setup
skip creation of the audit client because it probably doesn't need it.The text was updated successfully, but these errors were encountered: