Skip to content

Commit 7487a67

Browse files
authored
Update link
1 parent e09107b commit 7487a67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/cloud/guides/security/05_audit_logging/03_byoc-security-playbook.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Refer to the [database audit log](/cloud/security/audit-logging/database-audit-l
1616

1717
## Application layer denial of service attack {#application-layer-dos-attack}
1818

19-
There are various methods to execute a Denial of Service (DoS) attack. If the attack is focused on crashing the ClickHouse instance through a specific payload, recover the system back to a running state, or reboot the system and restrict access to regain control. Use the following query to review the [system.crash_log](/operations/system-tables/crash-log) to get more information about the attack.
19+
There are various methods to execute a Denial of Service (DoS) attack. If the attack is focused on crashing the ClickHouse instance through a specific payload, recover the system back to a running state, or reboot the system and restrict access to regain control. Use the following query to review the [system.crash_log](/operations/system-tables/crash_log) to get more information about the attack.
2020

2121
```sql
2222
SELECT *

0 commit comments

Comments
 (0)