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

@ -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.

View file

@ -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.

View file

@ -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.