Docs Menu
Docs Home
/ /
MongoDB Command Line Interface
/ / /

mongocli atlas accessLogs list

On this page

  • Syntax
  • Options
  • Inherited Options

Retrieve the access logs of a cluster identified by the cluster's name or hostname.

mongocli atlas accessLogs list [options]
Name
Type
Required
Description
--authResult
string
false
Flag that indicates whether to return either successful or failed authentication attempts. When set to success, Atlas filters the log to return only successful authentication attempts. When set to fail, Atlas filters the log to return only failed authentication attempts.
--clusterName
string
false
Name of the cluster.
--end
string
false
Timestamp in the number of milliseconds that have elapsed, since the UNIX Epoch, for the first entry that Atlas returns from the database access logs.
-h, --help
false
help for list
--hostname
string
false
The fully qualified domain name (FQDN) of the target node that should receive the authentication attempt.
--ip
string
false
IP address that attempted to authenticate with the database. Atlas filters the returned logs to include documents with only this IP address.
--nLog
int
false
Maximum number of log lines to return.
-o, --output
string
false
Output format. Valid values are json, json-path, go-template, or go-template-file.
--projectId
string
false
Project ID to use. Overrides the settings in the configuration file or environment variable.
--start
string
false
Timestamp in the number of milliseconds that have elapsed, since the UNIX Epoch, for the first entry that Atlas returns from the database access logs.
Name
Type
Required
Description
-P, --profile
string
false
Profile to use from your configuration file.

Back

accessLogs