Skip to content

Latest commit

 

History

History
68 lines (49 loc) · 1.87 KB

File metadata and controls

68 lines (49 loc) · 1.87 KB
mapped_pages
applies_to
stack
ga

Start Auditbeat [auditbeat-starting]

Before starting Auditbeat:

To start Auditbeat, run:

:::::::{tab-set}

::::::{tab-item} DEB

sudo service auditbeat start

Also see Auditbeat and systemd. ::::::

::::::{tab-item} RPM

sudo service auditbeat start

Also see Auditbeat and systemd. ::::::

::::::{tab-item} MacOS

sudo chown root auditbeat.yml <1>
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. ::::::

::::::{tab-item} Linux

sudo chown root auditbeat.yml <1>
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. ::::::

::::::{tab-item} Windows

PS C:\Program Files\auditbeat> Start-Service auditbeat

By default Windows log files are stored in C:\Program Files\Auditbeat-Data\logs.

:::{note} In versions before 9.0.6, the default location for Windows log files was C:\ProgramData\auditbeat\logs. ::: ::::::

:::::::