Your IP : 216.73.216.189


Current Path : /bin/
Upload File :
Current File : //bin/auditbeat

#!/usr/bin/env bash

# Script to run Auditbeat in foreground with the same path settings that
# the init script / systemd unit file would do.
umask 0027
exec /usr/share/auditbeat/bin/auditbeat \
  --path.home /usr/share/auditbeat \
  --path.config /etc/auditbeat \
  --path.data /var/lib/auditbeat \
  --path.logs /var/log/auditbeat \
  "$@"