Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DecryptBuilder ¶
atlas logs decrypt --localKey <localKeyFile> --kmipServerCAFile <caFile> –-kmipClientCertificateFile <certFile> --file <encryptedLogFile> --out <outputLogFile>.
func DownloadBuilder ¶
mongocli atlas logs download <hostname> <mongodb.gz|mongos.gz|mongosqld.gz|mongodb-audit-log.gz|mongos-audit-log.gz> [--force] [--output destination] [--projectId projectId].
func MongoCLIBuilder ¶
MongoCLIBuilder is to split "mongocli atlas logs" and "atlas logs".
Types ¶
type DecryptAWSOpts ¶
type DecryptAWSOpts struct {
// contains filtered or unexported fields
}
type DecryptAzureOpts ¶
type DecryptAzureOpts struct {
// contains filtered or unexported fields
}
type DecryptGCPOpts ¶
type DecryptGCPOpts struct {
// contains filtered or unexported fields
}
type DecryptOpts ¶
type DecryptOpts struct { cli.GlobalOpts cli.OutputOpts cli.DownloaderOpts // contains filtered or unexported fields }
func (*DecryptOpts) Run ¶
func (opts *DecryptOpts) Run() error
type DownloadOpts ¶
type DownloadOpts struct { cli.GlobalOpts cli.DownloaderOpts // contains filtered or unexported fields }
func (*DownloadOpts) Run ¶
func (opts *DownloadOpts) Run() error
Click to show internal directories.
Click to hide internal directories.