Cloudflare Developers

CD

Cloudflare Developers

Welcome to the official Cloudflare Developers server. Here you can ask for help and stay updated with the latest news

Join

Enable Cloudflare R2 Ā· Cloudflare Logs d...

Having some trouble getting my Worker logs to get send through Logpush into an R2 bucket. Following instructions here: https://developers.cloudflare.com/logs/get-started/enable-destinations/r2/ I have a worker with logpush = true set. It shows in the dashboard. I have logpush enabled and going to R2. Status looks good. I used an admin level read/write api token for r2....
No description

You need to enable logpush for each

You need to enable logpush for each worker as well, either enabled through the workers dashboard or with logpush = true in wrangler.toml

Logpush integrations

Hello all, got a question related to Logpush worker trace events: I'm pushing logs to Grafana Loki and in order to get the data shaped correctly for Loki, I've set up a Logpush job with a HTTP destination pointing to a log-processor worker. Wanted to know if there are options for securing that log-processor endpoint, beyond what the docs suggest (with the header param in the destination Logpush job destination URL). More specifically: 1. Is there a way to do some IP (or other network-level attribute) allow-listing so only Logpush requests make it to the log-processor worker? If so, what would be a way to get a deterministic set of IPs (or other attributes) to set up the ingress rule with? 2. Is there a way to enable mTLS for Logpush HTTP pushes?...

Logs Engine Client

Any know Logs Engine client? Or just Rest API for now. I may create my own, but if theres any progress on any place is better to join the effort.

My logpush just stopped pushing logs It

My logpush just stopped pushing logs.. It's an http source and it says pushing
No description