We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ecb2ad commit b8c8b27Copy full SHA for b8c8b27
src/content/docs/logs/get-started/enable-destinations/datadog.mdx
@@ -25,11 +25,11 @@ Cloudflare Logpush supports pushing logs directly to Datadog via the Cloudflare
25
26
<Tabs> <TabItem label="v1">
27
28
- * `https://http-intake.logs.datadoghq.com/v1/input`
+ * `http-intake.logs.datadoghq.com/v1/input`
29
30
</TabItem> <TabItem label="v2">
31
32
- * `https://http-intake.logs.datadoghq.com/api/v2/logs`
+ * `http-intake.logs.datadoghq.com/api/v2/logs`
33
34
</TabItem> </Tabs>
35
0 commit comments