Skip to content

Commit f713fdc

Browse files
Modified docs about log sinks destinations to include project sinks. (#9650) (#6774)
* Modified docs about log sinks destinations to include project sinks. * Changes "another project" to "a Google Cloud project" [upstream:10927bbba926122e3bbf419b16a98af022bb21f8] Signed-off-by: Modular Magician <[email protected]>
1 parent 41ca821 commit f713fdc

File tree

5 files changed

+10
-13
lines changed

5 files changed

+10
-13
lines changed

.changelog/9650.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:note
2+
Modified docs about log sinks destinations to include project sinks.
3+
```

.teamcity/components/generated/packages.kt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,6 @@ var packages = mapOf(
1212
"displayName" to "Environment Variables",
1313
"path" to "./google-beta/envvar"
1414
),
15-
"fwmodels" to mapOf(
16-
"name" to "fwmodels",
17-
"displayName" to "Framework Models",
18-
"path" to "./google-beta/fwmodels"
19-
),
2015
"fwprovider" to mapOf(
2116
"name" to "fwprovider",
2217
"displayName" to "Framework Provider",

website/docs/r/logging_folder_sink.html.markdown

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,13 @@ The following arguments are supported:
5656
* `folder` - (Required) The folder to be exported to the sink. Note that either `[FOLDER_ID]` or `folders/[FOLDER_ID]` is
5757
accepted.
5858

59-
* `destination` - (Required) The destination of the sink (or, in other words, where logs are written to). Can be a
60-
Cloud Storage bucket, a PubSub topic, a BigQuery dataset or a Cloud Logging bucket. Examples:
59+
* `destination` - (Required) The destination of the sink (or, in other words, where logs are written to). Can be a Cloud Storage bucket, a PubSub topic, a BigQuery dataset, a Cloud Logging bucket, or a Google Cloud project. Examples:
6160

6261
- `storage.googleapis.com/[GCS_BUCKET]`
6362
- `bigquery.googleapis.com/projects/[PROJECT_ID]/datasets/[DATASET]`
6463
- `pubsub.googleapis.com/projects/[PROJECT_ID]/topics/[TOPIC_ID]`
65-
- `logging.googleapis.com/projects/[PROJECT_ID]]/locations/global/buckets/[BUCKET_ID]`
64+
- `logging.googleapis.com/projects/[PROJECT_ID]/locations/global/buckets/[BUCKET_ID]`
65+
- `logging.googleapis.com/projects/[PROJECT_ID]`
6666

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

website/docs/r/logging_organization_sink.html.markdown

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,13 @@ The following arguments are supported:
4646

4747
* `org_id` - (Required) The numeric ID of the organization to be exported to the sink.
4848

49-
* `destination` - (Required) The destination of the sink (or, in other words, where logs are written to). Can be a
50-
Cloud Storage bucket, a PubSub topic, a BigQuery dataset or a Cloud Logging bucket. Examples:
49+
* `destination` - (Required) The destination of the sink (or, in other words, where logs are written to). Can be a Cloud Storage bucket, a PubSub topic, a BigQuery dataset, a Cloud Logging bucket, or a Google Cloud project. Examples:
5150

5251
- `storage.googleapis.com/[GCS_BUCKET]`
5352
- `bigquery.googleapis.com/projects/[PROJECT_ID]/datasets/[DATASET]`
5453
- `pubsub.googleapis.com/projects/[PROJECT_ID]/topics/[TOPIC_ID]`
55-
- `logging.googleapis.com/projects/[PROJECT_ID]]/locations/global/buckets/[BUCKET_ID]`
54+
- `logging.googleapis.com/projects/[PROJECT_ID]/locations/global/buckets/[BUCKET_ID]`
55+
- `logging.googleapis.com/projects/[PROJECT_ID]`
5656

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

website/docs/r/logging_project_sink.html.markdown

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,8 +169,7 @@ The following arguments are supported:
169169

170170
* `name` - (Required) The name of the logging sink. Logging automatically creates two sinks: `_Required` and `_Default`.
171171

172-
* `destination` - (Required) The destination of the sink (or, in other words, where logs are written to). Can be a
173-
Cloud Storage bucket, a PubSub topic, a BigQuery dataset or a Cloud Logging bucket . Examples:
172+
* `destination` - (Required) The destination of the sink (or, in other words, where logs are written to). Can be a Cloud Storage bucket, a PubSub topic, a BigQuery dataset, a Cloud Logging bucket, or a Google Cloud project. Examples:
174173

175174
- `storage.googleapis.com/[GCS_BUCKET]`
176175
- `bigquery.googleapis.com/projects/[PROJECT_ID]/datasets/[DATASET]`

0 commit comments

Comments
 (0)