logs-datadog

Forward PostHog logs to Datadog using OTLP endpoints.

58|5|Updated Jan 19, 2026
One-click install
npx skills add https://github.com/PostHog/skills --skill logs-datadog
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: logs-datadog
Source: https://github.com/PostHog/skills/tree/main/skills/posthog/all/skills/logs-datadog
Command: npx skills add https://github.com/PostHog/skills --skill logs-datadog

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Forward PostHog logs into Datadog to enable unified observability and faster troubleshooting across platforms.

Core Features & Use Cases

  • Forward PostHog logs to Datadog for centralized log management and correlation with traces and metrics.
  • Configure OTLP endpoints for OpenTelemetry-based logging to ensure structured logs are parsed correctly by Datadog.
  • Use cases include monitoring application health, debugging incidents, and aligning PostHog logs with Datadog dashboards.

Quick Start

Forward a sample PostHog log to the Datadog endpoint and verify it appears in Datadog.

Frequently Asked Questions about logs-datadog

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I forward PostHog logs into Datadog for centralized observability?

To forward PostHog logs into Datadog, configure an OTLP-compatible logging endpoint to route your PostHog project logs directly to the Datadog logs endpoint, enabling unified monitoring and troubleshooting across both platforms.

What is needed to configure OpenTelemetry logging from PostHog to Datadog?

Configuring OpenTelemetry logging from PostHog to Datadog requires a PostHog project token, the Datadog logs endpoint, and an OTLP-compatible logging configuration, ensuring structured logs are parsed correctly without embedding secrets.

Can I use PostHog logs alongside Datadog dashboards for incident debugging?

Yes, you can use PostHog logs alongside Datadog dashboards for incident debugging by forwarding logs via OTLP endpoints, which allows you to correlate PostHog logs with existing Datadog traces and metrics to monitor application health.

Does the PostHog Datadog logs integration support OpenTelemetry protocols?

Yes, the PostHog Datadog logs integration supports OpenTelemetry protocols by applying an OTLP-compatible logging configuration to ensure your structured logs are correctly parsed and managed within your Datadog deployment.

Why should I not embed secrets when configuring PostHog logs for Datadog?

You should not embed secrets when configuring PostHog logs for Datadog to maintain secure OTLP endpoint setups, relying instead on safe project tokens and external endpoint configurations to forward logs without exposing sensitive credentials.