Docs 菜单

mongocli Atlas日志下载

Download a host mongodb logs.

Download a gzipped file containing the logs for the selected hostname. To find the hostnames for an Atlas project, you can use the process list command.

mongocli atlas logs download <hostname> <mongodb.gz|mongos.gz|mongosqld.gz|mongodb-audit-log.gz|mongos-audit-log.gz> [options]
名称
类型
必需
说明
--end
字符串
false
End of the period for which to retrieve logs as UNIX Epoch time.
--force
false
覆盖目标文件。
-h,--help
false
下载帮助
--out
字符串
false
可选输出文件名,如果未给出,则使用日志名称。
--projectId
字符串
false
要使用的项目ID 。 覆盖配置文件或环境变量设置。
--start
字符串
false
Beginning of the period for which to retrieve logs as UNIX Epoch time.
名称
类型
必需
说明
-P, --profile
字符串
false
配置文件中要使用的配置文件。

由MongoDB CLI在 29 -Jun- 2021 自动生成