1
0
Fork 0
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:
Automated 2023-06-08 11:29:23 +00:00
parent 91de7103bb
commit 435c9359b5
115 changed files with 1566 additions and 491 deletions

View file

@ -3,6 +3,7 @@ NAME
SYNOPSIS
gcloud beta 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.

View file

@ -5,6 +5,7 @@ SYNOPSIS
gcloud beta 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],
@ -65,6 +66,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.