Skip to content

Commit

Permalink
review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ddhodge committed Sep 3, 2024
1 parent 145f17b commit 4cecb7e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Export configuration is {{<badge/ea>}}. To enable export configuration managemen

Create and manage export configurations on the **Integrations > Log** page.

![Export configurations](/images/yp/export-configurations.png)
<!--![Export configurations](/images/yp/export-configurations.png)-->

The page lists the configured and available third-party integrations.

Expand All @@ -58,8 +58,9 @@ The Datadog export configuration requires the following:

To create an export configuration, do the following:

1. On the **Integrations** page, on the **Log** tab, click **Create Export Configuration**, and choose **Datadog**.
1. On the **Integrations** page, on the **Log** tab, click **Create Export Configuration**.
1. Enter a name for the configuration.
1. Choose **Datadog**.
1. Enter your Datadog [API key](https://docs.datadoghq.com/account_management/api-app-keys/).
1. Choose the Datadog site to connect to, or choose Self-hosted and enter your URL.
1. Click **Create Configuration**.
Expand All @@ -75,8 +76,9 @@ The Splunk export configuration requires the following:

To create an export configuration, do the following:

1. On the **Integrations** page, on the **Log** tab, click **Create Export Configuration**, and choose **Splunk**.
1. On the **Integrations** page, on the **Log** tab, click **Create Export Configuration**.
1. Enter a name for the configuration.
1. Choose **Splunk**.
1. Enter your Splunk [Access token](https://docs.splunk.com/observability/en/admin/authentication/authentication-tokens/org-tokens.html).
1. Enter the Endpoint URL.
1. Optionally, enter the Source, Source Type, and Index.
Expand All @@ -94,8 +96,9 @@ The AWS CloudWatch export configuration requires the following:

To create an export configuration, do the following:

1. On the **Integrations** page, on the **Log** tab, click **Create Export Configuration**, and choose **AWS CloudWatch**.
1. On the **Integrations** page, on the **Log** tab, click **Create Export Configuration**.
1. Enter a name for the configuration.
1. Choose **AWS CloudWatch**.
1. Enter your access key and secret access key.
1. Enter the Log group and Log stream.
1. Enter the region.
Expand All @@ -113,8 +116,9 @@ The GCP Cloud Logging export configuration requires the following:

To create an export configuration, do the following:

1. On the **Integrations** page, on the **Log** tab, click **Create Export Configuration**, and choose **GCP Cloud Logging**.
1. On the **Integrations** page, on the **Log** tab, click **Create Export Configuration**.
1. Enter a name for the configuration.
1. Choose **GCP Cloud Logging**.
1. Optionally, provide the project name.
1. Upload the JSON file containing your Google Cloud credentials.
1. Click **Validate and Create Configuration**.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: Export PostgreSQL logs from YugabyteDB Anywhere universes
title: Export YSQL logs from YugabyteDB Anywhere universes
headerTitle: Export audit logs
linkTitle: Export logs
description: Export universe logs to third-party tools.
headcontent: Export PostgreSQL logs from your universe
description: Export universe audit logs to third-party tools.
headcontent: Configure pgaudit logging
badges: ea
menu:
stable_yugabyte-platform:
Expand All @@ -30,8 +30,7 @@ If you want to set pgaudit.log_level to a [severity level](https://www.postgresq
## Limitations

- Log export is only supported for cloud-based universes and automatically provisioned on-premises universes. Manually provisioned universes and Kubernetes universes are not supported.
- Log export uses a PostgreSQL extension (pgaudit) and is only compatible with YSQL.
- Currently, no alerts or metrics are available for this feature.
- Only YSQL database audit logs can be exported, not YCQL.

## Best practices

Expand Down

0 comments on commit 4cecb7e

Please sign in to comment.