| mapped_pages | |||
|---|---|---|---|
| applies_to |
|
Before starting Auditbeat:
- Follow the steps in Quick start: installation and configuration to install, configure, and set up the Auditbeat environment.
- Make sure {{kib}} and {{es}} are running.
- Make sure the user specified in
auditbeat.ymlis authorized to publish events.
To start Auditbeat, run:
:::::::{tab-set}
::::::{tab-item} DEB
sudo service auditbeat startAlso see Auditbeat and systemd. ::::::
::::::{tab-item} RPM
sudo service auditbeat startAlso see Auditbeat and systemd. ::::::
::::::{tab-item} MacOS
sudo chown root auditbeat.yml <1>
sudo ./auditbeat -e- You’ll be running Auditbeat as root, so you need to change ownership of the configuration file, or run Auditbeat with
--strict.perms=falsespecified. See Config File Ownership and Permissions. ::::::
::::::{tab-item} Linux
sudo chown root auditbeat.yml <1>
sudo ./auditbeat -e- You’ll be running Auditbeat as root, so you need to change ownership of the configuration file, or run Auditbeat with
--strict.perms=falsespecified. See Config File Ownership and Permissions. ::::::
::::::{tab-item} Windows
PS C:\Program Files\auditbeat> Start-Service auditbeatBy 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.
:::
::::::
:::::::