From 7a89de0b21eaa7e6a2968855349ddffbb3a7bbbf Mon Sep 17 00:00:00 2001 From: Claire W <78226508+crwaters16@users.noreply.github.com> Date: Wed, 12 Oct 2022 09:19:44 -0500 Subject: [PATCH] Update README.md Minor updates for consistency with our style guide --- logpush-to-bigquery/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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