Skip to content

Commit 2e07006

Browse files
authored
Add intercept_children property to log sink documentation. (GoogleCloudPlatform#10875)
1 parent 7a4b384 commit 2e07006

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

mmv1/third_party/terraform/website/docs/r/logging_folder_sink.html.markdown

+3
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,9 @@ The following arguments are supported:
7777
* `include_children` - (Optional) Whether or not to include children folders in the sink export. If true, logs
7878
associated with child projects are also exported; otherwise only logs relating to the provided folder are included.
7979

80+
* `intercept_children` - (Optional) Whether or not to intercept logs from child projects. If true, matching logs will not
81+
match with sinks in child resources, except _Required sinks. This sink will be visible to child resources when listing sinks.
82+
8083
* `bigquery_options` - (Optional) Options that affect sinks exporting data to BigQuery. Structure [documented below](#nested_bigquery_options).
8184

8285
* `exclusions` - (Optional) Log entries that match any of the exclusion filters will not be exported. If a log entry is matched by both `filter` and one of `exclusions.filter`, it will not be exported. Can be repeated multiple times for multiple exclusions. Structure is [documented below](#nested_exclusions).

mmv1/third_party/terraform/website/docs/r/logging_organization_sink.html.markdown

+3
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@ The following arguments are supported:
6767
* `include_children` - (Optional) Whether or not to include children organizations in the sink export. If true, logs
6868
associated with child projects are also exported; otherwise only logs relating to the provided organization are included.
6969

70+
* `intercept_children` - (Optional) Whether or not to intercept logs from child projects. If true, matching logs will not
71+
match with sinks in child resources, except _Required sinks. This sink will be visible to child resources when listing sinks.
72+
7073
* `bigquery_options` - (Optional) Options that affect sinks exporting data to BigQuery. Structure [documented below](#nested_bigquery_options).
7174

7275
* `exclusions` - (Optional) Log entries that match any of the exclusion filters will not be exported. If a log entry is matched by both `filter` and one of `exclusions.filter`, it will not be exported. Can be repeated multiple times for multiple exclusions. Structure is [documented below](#nested_exclusions).

0 commit comments

Comments
 (0)