Skip to content

Commit e177a9d

Browse files
Add intercept_children property to log sink documentation. (#10875) (#18354)
[upstream:2e07006ea70a2a397d0e24e8af7453dfe145328e] Signed-off-by: Modular Magician <magic-modules@google.com>
1 parent 9491923 commit e177a9d

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

website/docs/r/logging_folder_sink.html.markdown

Lines changed: 3 additions & 0 deletions
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).

website/docs/r/logging_organization_sink.html.markdown

Lines changed: 3 additions & 0 deletions
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)