Filebeat exits silently when started with sudo and sudoreplay is installed

After installing sudoreplay, filebeat (and likely the other beats) will fail silently when started with sudo, as in

sudo /etc/init.d/filebeat start

it will continue to run when started with the -f or --foreground flag

sudo /usr/share/filebeat/bin/filebeat-god -f -r / -n -p /var/run/filebeat.pid -- /usr/share/filebeat/bin/filebeat -c /etc/filebeat/filebeat.yml

Has anyone been able to work around this issue?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.