diff --git a/docs/documentation/platform/audit-log-streams.mdx b/docs/documentation/platform/audit-log-streams.mdx index 847501861..3cfd50fc8 100644 --- a/docs/documentation/platform/audit-log-streams.mdx +++ b/docs/documentation/platform/audit-log-streams.mdx @@ -29,8 +29,8 @@ The logs are formatted in JSON, requiring your logging provider to support JSON- The HTTPS endpoint URL of the logging provider that collects the JSON stream. - - Bearer token used by the logging providers for identification and authentication. + + The HTTP headers for the logging provider for identification and authentication. @@ -54,3 +54,22 @@ Your Audit Logs are now ready to be streamed. 2. Copy the **endpoint** from Better Stack to the **Endpoint URL** field. + +### Datadog + + + + ![api key create](../../images/platform/audit-log-streams/datadog-api-sidebar.png) + ![api new key](../../images/platform/audit-log-streams/data-create-api-key.png) + + + ![api key form](../../images/platform/audit-log-streams/data-create-api-key.png) + + + ![datadog api key details](../../images/platform/audit-log-streams/datadog-source-details.png) + + 1. Add **https://http-intake.logs.datadoghq.com/api/v2/logs** to the **Endpoint URL** field. + 2. Copy the **API Key** from previous step + 3. Create a new header with key **DD-API-KEY** and use the **API Key** as the value. + + diff --git a/docs/images/platform/audit-log-streams/data-create-api-key.png b/docs/images/platform/audit-log-streams/data-create-api-key.png new file mode 100644 index 000000000..d25a2c64e Binary files /dev/null and b/docs/images/platform/audit-log-streams/data-create-api-key.png differ diff --git a/docs/images/platform/audit-log-streams/data-dog-api-key.png b/docs/images/platform/audit-log-streams/data-dog-api-key.png new file mode 100644 index 000000000..8e49e89e7 Binary files /dev/null and b/docs/images/platform/audit-log-streams/data-dog-api-key.png differ diff --git a/docs/images/platform/audit-log-streams/datadog-api-sidebar.png b/docs/images/platform/audit-log-streams/datadog-api-sidebar.png new file mode 100644 index 000000000..d95cb9b2d Binary files /dev/null and b/docs/images/platform/audit-log-streams/datadog-api-sidebar.png differ diff --git a/docs/images/platform/audit-log-streams/datadog-source-details.png b/docs/images/platform/audit-log-streams/datadog-source-details.png new file mode 100644 index 000000000..a4712288f Binary files /dev/null and b/docs/images/platform/audit-log-streams/datadog-source-details.png differ diff --git a/docs/images/platform/audit-log-streams/stream-inputs.png b/docs/images/platform/audit-log-streams/stream-inputs.png index 8feaa6f55..6b9d7c57b 100644 Binary files a/docs/images/platform/audit-log-streams/stream-inputs.png and b/docs/images/platform/audit-log-streams/stream-inputs.png differ