Cloudflare Pages / Importer settings

Store identifiers now, keep tokens in your secret store.

These settings prepare a project for a future Rails-side Cloudflare API importer. They do not make Logister pull Cloudflare data yet.

Before you start

These fields prepare a future importer; they do not fetch data today.

Use importer settings when you want the project ready for the Rails-side Cloudflare API fetcher once it exists. Manual telemetry is still the working path for sending Pages metrics and deployments into Logister right now.

What you needWhy it matters
Project owner or project admin accessOnly project managers should change integration settings.
Cloudflare account ID and Pages project nameIdentify the Pages project the future fetcher should query.
Secret name, not token valueKeeps Cloudflare API tokens in the deploy secret store instead of the settings form.

Settings path

Open Project > Settings > Integrations.

FieldMeaning
Enable Cloudflare importsMarks this project as eligible for the future importer.
Cloudflare account IDThe account ID from Cloudflare.
Pages project nameThe Pages project name.
Cloudflare project IDOptional external project ID.
Credential referenceName of a secret such as CLOUDFLARE_API_TOKEN. Do not paste the raw token here.

Current importer status

Importer jobs currently skip with a fetcher-not-implemented result. Manual HTTP telemetry is the working path today.

Verification

Confirm the settings saved, then test manual telemetry.

  1. Save the Cloudflare Pages settings.
  2. Reload Project > Settings > Integrations and confirm the account ID, Pages project name, optional project ID, and credential reference are still present.
  3. Do not expect imported Cloudflare rows yet; the fetcher is intentionally not live.
  4. Send one metric from the manual telemetry guide if you need data in Events or Insights today.

Troubleshooting

Keep credentials out of the settings form.

SymptomLikely fix
Importer settings are saved but no Cloudflare data appearsExpected for now. Use manual telemetry until the fetcher is implemented.
Credential field contains a raw tokenMove the token to the deploy secret store and save only the environment variable or secret reference name.
Wrong Pages project is representedCheck the Cloudflare account ID and Pages project name against the Cloudflare dashboard before saving again.
Manual events still do not appearImporter settings do not affect manual ingestion. Check API token, endpoint, payload, and the HTTP response.

Read manual telemetry when you want working data now.