Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/administration/log-rotation/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ View the purge runs in the **Purge History** table. Harbor tracks information ab

1. Log in to the Harbor interface with an account that has Harbor system administrator privileges.
1. Go to **Configuration** and select **System Settings**.
1. In the **Audit Log Forward Syslog Endpoint** row, add your syslog endpoint. If the you installed Harbor with docker-compose, the local syslog endpoint is `harbor-log:10514`.
1. In the **Audit Log Forward Syslog Endpoint** row, add your syslog endpoint. If you installed Harbor with docker-compose, the local syslog endpoint is `harbor-log:10514`.
1. If you have configured an endpoint to forward audit logs, you can select the checkbox to **Skip Audit Log Database**. When selected, Harbor will not keep any records of audit logs in its database, but will forward all logs to your configured endpoint immediately.

![Audit log forward endpoint settings](../../img/audit-log-endpoint.png)
Expand Down