Loading

Start Auditbeat

Stack

Before starting Auditbeat:

To start Auditbeat, run:

sudo service auditbeat start
		

Also see Auditbeat and systemd.

sudo service auditbeat start
		

Also see Auditbeat and systemd.

sudo chown root auditbeat.yml
sudo ./auditbeat -e
		
  1. You’ll be running Auditbeat as root, so you need to change ownership of the configuration file, or run Auditbeat with --strict.perms=false specified. See Config File Ownership and Permissions.
sudo chown root auditbeat.yml
sudo ./auditbeat -e
		
  1. You’ll be running Auditbeat as root, so you need to change ownership of the configuration file, or run Auditbeat with --strict.perms=false specified. See Config File Ownership and Permissions.
PS C:\Program Files\auditbeat> Start-Service auditbeat
		

The default location where Windows log files are stored varies:

  • Stack 9.0.6 C:\Program Files\Auditbeat-Data\logs
  • Stack 9.0.0 C:\ProgramData\auditbeat\logs