Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Cloudflare Logpush supports pushing logs directly to Google Cloud Storage (GCS)
- **Bucket** - GCS bucket name
- **Path** - bucket location within the storage container
- **Organize logs into daily subfolders** (recommended)
- For **Grant Cloudflare access to upload files to your bucket**, make sure your bucket has added Cloudflare’s IAM as a user with a [Storage Object Admin role](https://cloud.google.com/storage/docs/access-control/iam-roles).
- For **Grant Cloudflare access to upload files to your bucket**, make sure your bucket has added Cloudflare’s IAM as a user with a [Storage Object Creator role](https://cloud.google.com/storage/docs/access-control/iam-roles).

When you are done entering the destination details, select **Continue**.

Expand All @@ -44,12 +44,12 @@ When you are done entering the destination details, select **Continue**.

## Create and get access to a GCS bucket

Cloudflare uses Google Cloud Identity and Access Management (IAM) to gain access to your bucket. The Cloudflare IAM service account needs admin permission for the bucket.
Cloudflare uses Google Cloud Identity and Access Management (IAM) to gain access to your bucket. The Cloudflare IAM service account needs object creator permission for the bucket.

<Render file="enable-read-permissions" product="logs" /> <br />

To enable Logpush to GCS:

1. Create a GCS bucket. Refer to [instructions from GCS](https://cloud.google.com/storage/docs/creating-buckets#storage-create-bucket-console).

2. In **Storage** > **Browser** > **Bucket** > **Permissions**, add the member `[email protected]` with `Storage Object Admin` permission.
2. In **Storage** > **Browser** > **Bucket** > **Permissions**, add the member `[email protected]` with `Storage Object Creator` permission.
Loading