Skip to content

Commit

Permalink
Update documation about logging sinks. Add an example of the use of p…
Browse files Browse the repository at this point in the history
…roject sink. (GoogleCloudPlatform#8450)
  • Loading branch information
pengq-google authored Jul 25, 2023
1 parent 22e76ac commit f7d02e2
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,8 @@ The following arguments are supported:
- `storage.googleapis.com/[GCS_BUCKET]`
- `bigquery.googleapis.com/projects/[PROJECT_ID]/datasets/[DATASET]`
- `pubsub.googleapis.com/projects/[PROJECT_ID]/topics/[TOPIC_ID]`
- `logging.googleapis.com/projects/[PROJECT_ID]]/locations/global/buckets/[BUCKET_ID]`
- `logging.googleapis.com/projects/[PROJECT_ID]/locations/global/buckets/[BUCKET_ID]`
- `logging.googleapis.com/projects/[PROJECT_ID]`

The writer associated with the sink must have access to write to the above resource.

Expand Down

0 comments on commit f7d02e2

Please sign in to comment.