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
|
|
@ -1,5 +1,5 @@
|
|||
NAME
|
||||
gcloud alpha logging sinks create - creates a log sink
|
||||
gcloud alpha logging sinks create - create a log sink
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha logging sinks create SINK_NAME DESTINATION
|
||||
|
|
@ -13,8 +13,8 @@ SYNOPSIS
|
|||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Creates a log used to route log entries to a destination. The sink
|
||||
routes all log entries that match its --log-filter flag.
|
||||
(ALPHA) Create a log sink used to route log entries to a destination. The
|
||||
sink routes all log entries that match its --log-filter flag.
|
||||
|
||||
An empty filter matches all logs.
|
||||
|
||||
|
|
@ -72,9 +72,9 @@ POSITIONAL ARGUMENTS
|
|||
|
||||
FLAGS
|
||||
--custom-writer-identity=SERVICE_ACCOUNT_EMAIL
|
||||
Writer identity for the sink. Only available for writing to
|
||||
cross-project LogBucket sinks. Note a writer identity is automatically
|
||||
generated if needed for the sink when it is not explicitly provided.
|
||||
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.
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ COMMANDS
|
|||
COMMAND is one of the following:
|
||||
|
||||
create
|
||||
(ALPHA) Creates a log sink.
|
||||
(ALPHA) Create a log sink.
|
||||
|
||||
delete
|
||||
(ALPHA) Delete a sink.
|
||||
|
|
|
|||
|
|
@ -67,9 +67,9 @@ FLAGS
|
|||
Remove all logging exclusions from the sink.
|
||||
|
||||
--custom-writer-identity=SERVICE_ACCOUNT_EMAIL
|
||||
Writer identity for the sink. Only available for writing to
|
||||
cross-project LogBucket sinks. Note a writer identity is automatically
|
||||
generated if needed for the sink when it is not explicitly provided.
|
||||
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