You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/postgresql/concepts-audit.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ To learn how to set up logging to Azure Storage, Event Hubs, or Azure Monitor lo
29
29
30
30
## Installing pgAudit
31
31
32
-
To install pgAudit, you need to include it in the server's shared preload libraries. A change to Postgres's `shared_preload_libraries` parameter requires a server restart to take effect. You can change parameters using the [Azure portal](howto-configure-server-parameters-using-portal.md), [Azure CLI](howto-configure-server-parameters-using-cli.md), or [REST API](rest/api/postgresql/configurations/createorupdate).
32
+
To install pgAudit, you need to include it in the server's shared preload libraries. A change to Postgres's `shared_preload_libraries` parameter requires a server restart to take effect. You can change parameters using the [Azure portal](howto-configure-server-parameters-using-portal.md), [Azure CLI](howto-configure-server-parameters-using-cli.md), or [REST API](/rest/api/postgresql/configurations/createorupdate).
33
33
34
34
Using the [Azure portal](https://portal.azure.com):
35
35
@@ -54,7 +54,7 @@ pgAudit allows you to configure session or object audit logging. [Session audit
54
54
> [!NOTE]
55
55
> pgAudit settings are specified gloabally and cannot be specified at a database or role level.
56
56
57
-
Once you have [installed pgAudit](installing-pgaudit), you can configure its parameters to start logging. The [pgAudit documentation](https://github.com/pgaudit/pgaudit/blob/master/README.md#settings) provides the definition of each parameter. Test the parameters first and confirm that you are getting the expected behavior.
57
+
Once you have [installed pgAudit](#installing-pgaudit), you can configure its parameters to start logging. The [pgAudit documentation](https://github.com/pgaudit/pgaudit/blob/master/README.md#settings) provides the definition of each parameter. Test the parameters first and confirm that you are getting the expected behavior.
58
58
59
59
> [!NOTE]
60
60
> Setting `pgaudit.log_client` to ON will redirect logs to a client process (like psql) instead of being written to file. This setting should generally be left disabled.
@@ -82,4 +82,4 @@ To quickly get started, set `pgaudit.log` to `WRITE`, and open your logs to revi
82
82
83
83
## Next steps
84
84
- [Learn about logging in Azure Database for PostgreSQL](concepts-server-logs.md)
85
-
- Leran how to set parameters using the [Azure portal](howto-configure-server-parameters-using-portal.md), [Azure CLI](howto-configure-server-parameters-using-cli.md), or [REST API](rest/api/postgresql/configurations/createorupdate).
85
+
- Leran how to set parameters using the [Azure portal](howto-configure-server-parameters-using-portal.md), [Azure CLI](howto-configure-server-parameters-using-cli.md), or [REST API](/rest/api/postgresql/configurations/createorupdate).
0 commit comments