Docs Menu
Docs Home
/ /
Atlas CLI
/ / /

atlas streams instances download

On this page

  • Syntax
  • Arguments
  • Options
  • Inherited Options
  • Output
  • Examples

Download a compressed file that contains the logs for the specified Atlas Stream Processing instance.

This command downloads a file with a .gz extension. To use this command, you must authenticate with a user account or an API key with the Project Data Access Read/Write role.

Command Syntax
atlas streams instances download <tenantName> [options]
Name
Type
Required
Description

tenantName

string

true

Label that identifies the tenant that stores the log files that you want to download.

Name
Type
Required
Description

--end

int

false

UNIX Epoch-formatted ending date and time for the range of log messages to retrieve. This value defaults to the current timestamp.

--force

false

Flag that indicates whether to overwrite the destination file.

-h, --help

false

help for download

--out

string

true

Output file name. This value defaults to the log name.

--projectId

string

false

Hexadecimal string that identifies the project to use. This option overrides the settings in the configuration file or environment variable.

--start

int

false

UNIX Epoch-formatted starting date and time for the range of log messages to retrieve. This value defaults to 24 hours prior to the current timestamp.

Name
Type
Required
Description

-P, --profile

string

false

Name of the profile to use from your configuration file. To learn about profiles for the Atlas CLI, see https://dochub.mongodb.org/core/atlas-cli-save-connection-settings.

If the command succeeds, the CLI returns output similar to the following sample. Values in brackets represent your values.

Download of <Name> completed.
# Download the audit log file from the instance myProcessor for the project with the ID 5e2211c17a3e5a48f5497de3:
atlas streams instance download myProcessor --projectId 5e2211c17a3e5a48f5497de3

Back

describe