diff --git a/docs/documentation/platform/audit-log-streams.mdx b/docs/documentation/platform/audit-log-streams.mdx
index 24126ceaf..2a69780bc 100644
--- a/docs/documentation/platform/audit-log-streams.mdx
+++ b/docs/documentation/platform/audit-log-streams.mdx
@@ -47,28 +47,35 @@ Your Audit Logs are now ready to be streamed.

-
+

1. Copy the **endpoint** from Better Stack to the **Endpoint URL** field.
- 3. Create a new header with key **Authorization** and set the value as **Bearer **.
+ 3. Create a new header with key **Authorization** and set the value as **Bearer \**.
### Datadog
-
+

- 

+ 
+
+ 
+
+ 1. Navigate to the [Datadog Send Logs API documentation](https://docs.datadoghq.com/api/latest/logs/?code-lang=curl&site=us5#send-logs).
+ 2. Pick your Datadog account region.
+ 3. Obtain your Datadog logging endpoint URL.
+

- 1. Add **https://http-intake.logs.datadoghq.com/api/v2/logs** to the **Endpoint URL** field.
+ 1. Copy the **logging endpoint** from Datadog to the **Endpoint URL** field.
2. Copy the **API Key** from previous step
3. Create a new header with key **DD-API-KEY** and set the value as **API Key**.
diff --git a/docs/images/platform/audit-log-streams/datadog-logging-endpoint.png b/docs/images/platform/audit-log-streams/datadog-logging-endpoint.png
new file mode 100644
index 000000000..7960b1145
Binary files /dev/null and b/docs/images/platform/audit-log-streams/datadog-logging-endpoint.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
index a4712288f..5ae25b0b3 100644
Binary files a/docs/images/platform/audit-log-streams/datadog-source-details.png and b/docs/images/platform/audit-log-streams/datadog-source-details.png differ