- NAME
-
- gcloud logging buckets create - creates a bucket
- SYNOPSIS
-
-
gcloud logging buckets create
BUCKET_ID
--location
=LOCATION
[--description
=DESCRIPTION
] [--retention-days
=RETENTION_DAYS
] [GCLOUD_WIDE_FLAG …
]
-
- DESCRIPTION
- After creating a bucket, use a log sink to route logs into the bucket.
- EXAMPLES
-
To create a bucket 'my-bucket' in location 'global', run:
gcloud logging buckets create my-bucket --location=global --description="my custom bucket"
To create a bucket with extended retention, run:
gcloud logging buckets create my-bucket --location=global --retention-days=365
To create a bucket in cloud region 'us-central1', run:
gcloud logging buckets create my-bucket --location=us-central1
- POSITIONAL ARGUMENTS
-
BUCKET_ID
- ID of the bucket to create.
- REQUIRED FLAGS
-
--location
=LOCATION
- Location in which to create the bucket. Once the bucket is created, the location cannot be changed.
- OPTIONAL FLAGS
-
--description
=DESCRIPTION
- A textual description for the bucket.
--retention-days
=RETENTION_DAYS
- The period logs will be retained, after which logs will automatically be deleted. The default is 30 days.
- GCLOUD WIDE FLAGS
-
These flags are available to all commands:
--account
,--billing-project
,--configuration
,--flags-file
,--flatten
,--format
,--help
,--impersonate-service-account
,--log-http
,--project
,--quiet
,--trace-token
,--user-output-enabled
,--verbosity
.Run
$ gcloud help
for details. - NOTES
-
These variants are also available:
gcloud alpha logging buckets create
gcloud beta logging buckets create
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2021-03-23 UTC.