diff --git a/logpush-to-bigquery/README.md b/logpush-to-bigquery/README.md index ff8005e..7219574 100644 --- a/logpush-to-bigquery/README.md +++ b/logpush-to-bigquery/README.md @@ -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 @@ -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