mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Thu Jun 8 11:29:23 UTC 2023
This commit is contained in:
parent
91de7103bb
commit
435c9359b5
115 changed files with 1566 additions and 491 deletions
|
|
@ -3,6 +3,7 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud logging sinks create SINK_NAME DESTINATION
|
||||
[--custom-writer-identity=SERVICE_ACCOUNT_EMAIL]
|
||||
[--description=DESCRIPTION] [--disabled]
|
||||
[--exclusion=[description=DESCRIPTION],
|
||||
[disabled=DISABLED],[filter=FILTER],[name=NAME]] [--include-children]
|
||||
|
|
@ -70,6 +71,11 @@ POSITIONAL ARGUMENTS
|
|||
The destination for the sink.
|
||||
|
||||
FLAGS
|
||||
--custom-writer-identity=SERVICE_ACCOUNT_EMAIL
|
||||
Writer identity for the sink. This flag can only be used if the
|
||||
destination is a log bucket in a different project. The writer identity
|
||||
is automatically generated when it is not provided for a sink.
|
||||
|
||||
--description=DESCRIPTION
|
||||
Description of the sink.
|
||||
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@ SYNOPSIS
|
|||
gcloud logging sinks update SINK_NAME [DESTINATION]
|
||||
[--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]
|
||||
[--remove-exclusions=[EXCLUSION ID,...]]
|
||||
[--update-exclusion=[description=DESCRIPTION],
|
||||
|
|
@ -64,6 +65,11 @@ FLAGS
|
|||
--clear-exclusions
|
||||
Remove all logging exclusions from the sink.
|
||||
|
||||
--custom-writer-identity=SERVICE_ACCOUNT_EMAIL
|
||||
Writer identity for the sink. This flag can only be used if the
|
||||
destination is a log bucket in a different project. The writer identity
|
||||
is automatically generated when it is not provided for a sink.
|
||||
|
||||
--description=DESCRIPTION
|
||||
Description of the sink.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue