Skip to content

Commit c7d6ffe

Browse files
Update documation about logging sinks. Add an example of the use of project sink. (#8450) (#5948)
Signed-off-by: Modular Magician <[email protected]>
1 parent 33e3efe commit c7d6ffe

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.changelog/8450.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:note
2+
docs: Update documentation about `destination` in the resource `google_logging_project_sink`
3+
```

website/docs/r/logging_project_sink.html.markdown

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,8 @@ The following arguments are supported:
126126
- `storage.googleapis.com/[GCS_BUCKET]`
127127
- `bigquery.googleapis.com/projects/[PROJECT_ID]/datasets/[DATASET]`
128128
- `pubsub.googleapis.com/projects/[PROJECT_ID]/topics/[TOPIC_ID]`
129-
- `logging.googleapis.com/projects/[PROJECT_ID]]/locations/global/buckets/[BUCKET_ID]`
129+
- `logging.googleapis.com/projects/[PROJECT_ID]/locations/global/buckets/[BUCKET_ID]`
130+
- `logging.googleapis.com/projects/[PROJECT_ID]`
130131

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

0 commit comments

Comments
 (0)