---
title: Logpush as a source
description: Use Cloudflare Logpush to send logs from Cloudflare products to a Pipelines stream.
image: https://developers.cloudflare.com/dev-products-preview.png
---

[Skip to content](#%5Ftop) 

Was this helpful?

YesNo

[ Edit page ](https://github.com/cloudflare/cloudflare-docs/edit/production/src/content/docs/pipelines/streams/logpush.mdx) [ Report issue ](https://github.com/cloudflare/cloudflare-docs/issues/new/choose) 

Copy page

# Logpush as a source

[Logpush](https://developers.cloudflare.com/logs/logpush/) delivers logs generated by Cloudflare products to a destination of your choice. Logpush supports a variety of [datasets](https://developers.cloudflare.com/logs/logpush/logpush-job/datasets/) including HTTP requests, firewall events, DNS logs, and Workers trace events.

Pipelines is available as a native Logpush destination. When you configure a Logpush job with a Pipelines destination, Cloudflare automatically creates a Stream, Sink, and Pipeline SQL to deliver your logs to [R2](https://developers.cloudflare.com/r2/) as Parquet, JSON, or [Apache Iceberg](https://developers.cloudflare.com/r2/data-catalog/) tables.

## Supported datasets

The Pipelines destination supports the following Logpush datasets:

| Scope   | Datasets                                    |
| ------- | ------------------------------------------- |
| Zone    | http\_requests, firewall\_events, dns\_logs |
| Account | workers\_trace\_events                      |

For the full list of fields available in each dataset, refer to [Datasets](https://developers.cloudflare.com/logs/logpush/logpush-job/datasets/).

## Get started

To configure a Logpush job that sends logs to Pipelines, refer to [Enable Cloudflare Pipelines](https://developers.cloudflare.com/logs/logpush/logpush-job/enable-destinations/pipelines/#manage-via-the-cloudflare-dashboard).

```json
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"item":{"@id":"/directory/","name":"Directory"}},{"@type":"ListItem","position":2,"item":{"@id":"/pipelines/","name":"Pipelines"}},{"@type":"ListItem","position":3,"item":{"@id":"/pipelines/streams/","name":"Streams"}},{"@type":"ListItem","position":4,"item":{"@id":"/pipelines/streams/logpush/","name":"Logpush as a source"}}]}
```
