Also seen userland cpu spinning after a while in auditbeat with socket dataset enabled, will try without as well...
I'm failing to restart auditbeat 7.8.0 with -httpprof :8888 added to the argument list:
DAEMON_ARGS="-httpprof :8888 ..."
root# service auditbeat restart
* Restarting Auditbeat is a lightweight shipper for audits.
auditbeat Error: unknown flag: --httpprof
Usage:
auditbeat test config [flags]
Flags:
-h, --help help for config
Global Flags:
-E, --E setting=value Configuration overwrite
-c, --c string Configuration file, relative to path.config (default "auditbeat.yml")
-d, --d string Enable certain debug selectors
-e, --e Log to stderr and disable syslog/file output
--environment environmentVar set environment the Beat is run in (default default)
--path.config string Configuration path
--path.data string Data path
--path.home string Home path
--path.logs string Logs path
--plugin pluginList Load additional plugins
--strict.perms Strict permission checking on config files (default true)
-v, --v Log at INFO level
[fail]