Skip to content

Commit

Permalink
Add intercept_children property to log sink documentation. (GoogleClo…
Browse files Browse the repository at this point in the history
  • Loading branch information
Jbodeau authored Jun 7, 2024
1 parent 7a4b384 commit 2e07006
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@ The following arguments are supported:
* `include_children` - (Optional) Whether or not to include children folders in the sink export. If true, logs
associated with child projects are also exported; otherwise only logs relating to the provided folder are included.

* `intercept_children` - (Optional) Whether or not to intercept logs from child projects. If true, matching logs will not
match with sinks in child resources, except _Required sinks. This sink will be visible to child resources when listing sinks.

* `bigquery_options` - (Optional) Options that affect sinks exporting data to BigQuery. Structure [documented below](#nested_bigquery_options).

* `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).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ The following arguments are supported:
* `include_children` - (Optional) Whether or not to include children organizations in the sink export. If true, logs
associated with child projects are also exported; otherwise only logs relating to the provided organization are included.

* `intercept_children` - (Optional) Whether or not to intercept logs from child projects. If true, matching logs will not
match with sinks in child resources, except _Required sinks. This sink will be visible to child resources when listing sinks.

* `bigquery_options` - (Optional) Options that affect sinks exporting data to BigQuery. Structure [documented below](#nested_bigquery_options).

* `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).
Expand Down

0 comments on commit 2e07006

Please sign in to comment.