Skip to main content

Name

nebius logging export create

Create a new log export.

Synopsis

nebius logging export create
  --bucket-id
  --bucket-name
  --bucket-parent-id
  --filter
  --from
  --labels
  --log-format
  --object-prefix
  --parent-id [required]
  --to
  --async

Options

--bucket-id (string)

ID of the destination Object Storage bucket.

Mutually exclusive with: --params-nebius-object-storage-by-name-name, --params-nebius-object-storage-by-name-parent-id.

--bucket-name (string)

Name of the destination Object Storage bucket.

Mutually exclusive with: --params-nebius-object-storage-id.

--bucket-parent-id (string)

Project ID that owns the bucket. Required only when the bucket lives in a different project than --parent-id;
defaults to --parent-id otherwise.

Mutually exclusive with: --params-nebius-object-storage-id.

--filter (string)

LogQL match expression selecting log entries to export.

--from (timestamp: 1970-01-31T02:30:59Z)

Start of the time range to export, ISO 8601 (e.g. 2025-12-21T20:00:00Z).

--labels (string array)

Label names to include as columns in the exported data. Empty means export all labels.

--log-format (string)

Output file format.

A value must be one of:

  • export_format_unsupported
  • json_gzip
  • parquet

--object-prefix (string)

Key prefix under which exported objects are written. Defaults to logs/.

--parent-id (string) [required]

Project ID whose logs are exported. Also used as the default owner of the destination bucket when the bucket is
resolved by name and --bucket-parent-id is not set.

--to (timestamp: 1970-01-31T02:30:59Z)

End of the time range to export, ISO 8601 (e.g. 2025-12-22T00:00:00Z).

--async (bool)

If set, returns operation id. Otherwise, waits for the operation to complete.

Global Options

-h, --help (bool)

Show this message.

-p, --profile (string)

Set a profile for interacting with the cloud.

--format (string)

Output format. Supported values: yaml|json|jsonpath|table|text.

-f, --file (string)

Input file. For ‘update’ commands automatically set —full=true.

-c, --config (string)

Provide path to config file.

--debug (bool)

Enable debug logs.

--color (bool)

Enable colored output.

--no-browser (bool)

Do not open browser automatically on auth.

--insecure (bool)

Disable transport security.

--auth-timeout (duration: 2h30m10s)

Set the timeout for the request including authentication process, default is 15m0s.

--per-retry-timeout (duration: 2h30m10s)

Set the timeout for each retry attempt, default is 20s.

--retries (uint)

Set the number of retry attempts, 1 is disable retries, default is 3.

--timeout (duration: 2h30m10s)

Set the timeout for the main request, default is 1m0s.

--no-check-update (bool)

Suppress check for updates.