mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-21 14:39:15 +00:00
gcloud: Wed Mar 27 09:52:07 UTC 2024
This commit is contained in:
parent
5b4fac9106
commit
4ade1b44cc
148 changed files with 5765 additions and 482 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue