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. (#8450) (#15293)

Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored Jul 25, 2023
1 parent 4e7c83a commit 0fae3da
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .changelog/8450.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:note
docs: Update documentation about `destination` in the resource `google_logging_project_sink`
```
3 changes: 2 additions & 1 deletion website/docs/r/logging_project_sink.html.markdown
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 0fae3da

Please sign in to comment.