Skip to content

Commit 9136dce

Browse files
committed
cross link audit docs
1 parent 72b5568 commit 9136dce

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

articles/mariadb/concepts-audit-logs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: ajlam
55
ms.author: andrela
66
ms.service: mariadb
77
ms.topic: conceptual
8-
ms.date: 06/11/2019
8+
ms.date: 06/24/2019
99
---
1010

1111
# Audit Logs in Azure Database for MariaDB
@@ -39,7 +39,7 @@ Other parameters you can adjust include:
3939

4040
Audit logs are integrated with Azure Monitor Diagnostic Logs. Once you've enabled audit logs on your MariaDB server, you can emit them to Azure Monitor logs, Event Hubs, or Azure Storage. To learn more about how to enable diagnostic logs in the Azure portal, see the [audit log portal article](howto-configure-audit-logs-portal.md#set-up-diagnostic-logs).
4141

42-
## Schemas
42+
## Diagnostic Logs Schemas
4343

4444
The following sections describe what's output by MariaDB audit logs based on the event type. Depending on the output method, the fields included and the order in which they appear may vary.
4545

articles/mariadb/howto-configure-audit-logs-portal.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: ajlam
55
ms.author: andrela
66
ms.service: mariadb
77
ms.topic: conceptual
8-
ms.date: 06/11/2019
8+
ms.date: 06/24/2019
99
---
1010

1111
# Configure and access audit logs in the Azure portal
@@ -35,7 +35,7 @@ Enable and configure audit logging.
3535
1. Update the **audit_log_enabled** parameter to ON.
3636
![Enable audit logs](./media/howto-configure-audit-logs-portal/audit-log-enabled.png)
3737

38-
1. Select the events to be logged by updating the **audit_log_events** parameter.
38+
1. Select the [event types](concepts-audit-logs.md#configure-audit-logging) to be logged by updating the **audit_log_events** parameter.
3939
![Audit log events](./media/howto-configure-audit-logs-portal/audit-log-events.png)
4040

4141
1. Add any MariaDB users to be excluded from logging by updating the **audit_log_exclude_users** parameter. Specify users by providing their MariaDB user name.

articles/mysql/concepts-audit-logs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Other parameters you can adjust include:
4040

4141
Audit logs are integrated with Azure Monitor Diagnostic Logs. Once you've enabled audit logs on your MySQL server, you can emit them to Azure Monitor logs, Event Hubs, or Azure Storage. To learn more about how to enable diagnostic logs in the Azure portal, see the [audit log portal article](howto-configure-audit-logs-portal.md#set-up-diagnostic-logs).
4242

43-
## Schemas
43+
## Diagnostic Logs Schemas
4444

4545
The following sections describe what's output by MySQL audit logs based on the event type. Depending on the output method, the fields included and the order in which they appear may vary.
4646

articles/mysql/howto-configure-audit-logs-portal.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: ajlam
55
ms.author: andrela
66
ms.service: mysql
77
ms.topic: conceptual
8-
ms.date: 06/11/2019
8+
ms.date: 06/24/2019
99
---
1010

1111
# Configure and access audit logs in the Azure portal
@@ -35,7 +35,7 @@ Enable and configure audit logging.
3535
1. Update the **audit_log_enabled** parameter to ON.
3636
![Enable audit logs](./media/howto-configure-audit-logs-portal/audit-log-enabled.png)
3737

38-
1. Select the events to be logged by updating the **audit_log_events** parameter.
38+
1. Select the [event types](concepts-audit-logs.md#configure-audit-logging) to be logged by updating the **audit_log_events** parameter.
3939
![Audit log events](./media/howto-configure-audit-logs-portal/audit-log-events.png)
4040

4141
1. Add any MySQL users to be excluded from logging by updating the **audit_log_exclude_users** parameter. Specify users by providing their MySQL user name.

0 commit comments

Comments
 (0)