
Logz.io
Let AI connect your sources for you
Skip the manual setup — run this in your project and the wizard auto-detects your databases and APIs and connects them to PostHog.

Connect Logz.io to PostHog to sync your data into the PostHog data warehouse for analysis and modeling.
Enter your Logz.io API token to sync your log data, alerts, and account configuration into the PostHog Data warehouse. Create a token under Settings → Tools → Manage tokens → API tokens in your Logz.io account, and pick the region that matches your account.
Log search is bounded by your account's retention window.
Configuration
| Option | Type | Required |
|---|---|---|
API token | password | Yes |
Region | select | Yes |
Linking Logz.io to PostHog
- Go to the Data pipeline page in PostHog
- Click New source and select Logz.io
- Fill in the required configuration fields
- Click Next, select the tables you want to sync, and then press Import
Supported tables
| Table | Description | Sync method | Incremental field | Primary key |
|---|---|---|---|---|
search_logs | Individual log documents returned by the Logz.io search API, one row per Elasticsearch document. Bounded by the account's log retention window. | Incremental, Full refresh | @timestamp | — |
alerts | Alert definitions configured in the account. | Full refresh | — | — |
triggered_alerts | History of alert firings — one row per triggered alert event. | Full refresh | — | — |
notification_endpoints | Notification endpoints (Slack, PagerDuty, webhooks, etc.) available to route alerts to. | Full refresh | — | — |
drop_filters | Drop filters configured to discard matching logs before indexing. | Full refresh | — | — |