From 3b500755daea5d3bf9f8a7842716b753c25c01da Mon Sep 17 00:00:00 2001 From: Tej Singh Rana <58101587+Tej-Singh-Rana@users.noreply.github.com> Date: Thu, 6 Feb 2025 17:31:11 +0530 Subject: [PATCH] fixed the typo Signed-off-by: Tej Singh Rana <58101587+Tej-Singh-Rana@users.noreply.github.com> --- docs/administration/log-rotation/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/administration/log-rotation/_index.md b/docs/administration/log-rotation/_index.md index 66c4969d5..0dc52abf6 100644 --- a/docs/administration/log-rotation/_index.md +++ b/docs/administration/log-rotation/_index.md @@ -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)