Skip to content

Commit a214915

Browse files
committed
Update concepts-audit.md
1 parent 3080e13 commit a214915

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/postgresql/concepts-audit.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ To learn how to set up logging to Azure Storage, Event Hubs, or Azure Monitor lo
2929

3030
## Installing pgAudit
3131

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).
3333

3434
Using the [Azure portal](https://portal.azure.com):
3535

@@ -54,7 +54,7 @@ pgAudit allows you to configure session or object audit logging. [Session audit
5454
> [!NOTE]
5555
> pgAudit settings are specified gloabally and cannot be specified at a database or role level.
5656

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.
5858

5959
> [!NOTE]
6060
> 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
8282
8383
## Next steps
8484
- [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

Comments
 (0)