Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #113

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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
6 changes: 3 additions & 3 deletions logpush-to-bigquery/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Cloudflare Log Push ➜ Cloud Functions ➜ BigQuery
# Cloudflare Logpush ➜ Cloud Functions ➜ BigQuery

**Prequisites:**

- [Active Google Cloud account](https://cloud.google.com/free)
- [Log Push enabled on Cloudflare](https://developers.cloudflare.com/logs/logpush/logpush-dashboard/)
- [Logpush enabled on Cloudflare](https://developers.cloudflare.com/logs/logpush/logpush-dashboard/)

### Automatic Install

Expand All @@ -20,7 +20,7 @@ curl -LO "https://github.com/cloudflare/cloudflare-gcp/archive/refs/heads/$BRANC
# Update the environment variables in deploy.sh
BUCKET_NAME="" # required – The name of Google Cloud Storage bucket used for Cloudflare Logpush logs.
DIRECTORY="/" # required – The name of the subdirectory in your bucket used for Cloudflare Logpush logs, # for example, "logs/".
SCHEMA="" # optional - The schema based on the logs' source. schema-http.json is the default. Spectrum users will want to change this to "schema-spectrum.json"
SCHEMA="" # optional - The schema based on the logs' source. schema-http.json is the default. Spectrum users should change this to "schema-spectrum.json"
DATASET="" # optional – BigQuery dataset to write to. Will be created if necessary.
TABLE="" # optional – BigQuery table to write to. Will be created if necessary.
FN_NAME="" # optional - the name of your Cloud Function | default: gcsbq
Expand Down