1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 06:47:12 +00:00

gcloud: Wed Mar 27 09:52:07 UTC 2024

This commit is contained in:
Automated 2024-03-27 09:52:07 +00:00
parent 5b4fac9106
commit 4ade1b44cc
148 changed files with 5765 additions and 482 deletions

View file

@ -7,7 +7,8 @@ SYNOPSIS
[--description=DESCRIPTION] [--disabled]
[--exclusion=[description=DESCRIPTION],
[disabled=DISABLED],[filter=FILTER],[name=NAME]] [--include-children]
[--log-filter=LOG_FILTER] [--use-partitioned-tables]
[--intercept-children] [--log-filter=LOG_FILTER]
[--use-partitioned-tables]
[--billing-account=BILLING_ACCOUNT_ID | --folder=FOLDER_ID
| --organization=ORGANIZATION_ID | --project=PROJECT_ID]
[GCLOUD_WIDE_FLAG ...]
@ -113,6 +114,10 @@ FLAGS
Whether to export logs from all child projects and folders. Only
applies to sinks for organizations and folders.
--intercept-children
Whether to intercept logs from all child projects and folders. Only
applies to sinks for organizations and folders.
--log-filter=LOG_FILTER
A filter expression for the sink. If present, the filter specifies
which log entries to export.

View file

@ -2,7 +2,7 @@ NAME
gcloud beta logging sinks list - list the defined sinks
SYNOPSIS
gcloud beta logging sinks list
gcloud beta logging sinks list [--sink-filter=SINK_FILTER]
[--billing-account=BILLING_ACCOUNT_ID | --folder=FOLDER_ID
| --organization=ORGANIZATION_ID | --project=PROJECT_ID]
[--filter=EXPRESSION] [--limit=LIMIT] [--sort-by=[FIELD,...]]
@ -17,6 +17,11 @@ EXAMPLES
$ gcloud beta logging sinks list --limit=10
FLAGS
--sink-filter=SINK_FILTER
A filter expression passed to the Logging API to constrain the sinks
returned. For information on accepted values, see
https://cloud.google.com/logging/docs/reference/v2/rpc/google.logging.v2#listsinksrequest
At most one of these can be specified:
--billing-account=BILLING_ACCOUNT_ID

View file

@ -6,7 +6,8 @@ SYNOPSIS
[--add-exclusion=[description=DESCRIPTION],
[disabled=DISABLED],[filter=FILTER],[name=NAME]] [--clear-exclusions]
[--custom-writer-identity=SERVICE_ACCOUNT_EMAIL]
[--description=DESCRIPTION] [--disabled] [--log-filter=LOG_FILTER]
[--description=DESCRIPTION] [--disabled] [--include-children]
[--intercept-children] [--log-filter=LOG_FILTER]
[--remove-exclusions=[EXCLUSION ID,...]]
[--update-exclusion=[description=DESCRIPTION],
[disabled=DISABLED],[filter=FILTER],[name=NAME]]
@ -79,6 +80,14 @@ FLAGS
destination. Specify --no-disabled to enable a disabled sink. If this
flag is not specified, the value will not be updated.
--include-children
Whether to export logs from all child projects and folders. Only
applies to sinks for organizations and folders.
--intercept-children
Whether to intercept logs from all child projects and folders. Only
applies to sinks for organizations and folders.
--log-filter=LOG_FILTER
A new filter expression for the sink. If omitted, the sink's existing
filter (if any) is unchanged.