mongocli atlas accessLogs list
On this page
mongocli atlas
commands are now deprecated because there's a new, dedicated CLI available for Atlas users. Migrate to the Atlas CLI to enjoy the same capabilities and the latest features. You can use mongocli atlas
commands until April 30, 2023.Retrieve the access logs of a cluster identified by the cluster's name or hostname.
Syntax
mongocli atlas accessLogs list [options]
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. |
Inherited Options
Name | Type | Required | Description |
---|---|---|---|
-P, --profile | string | false | Profile to use from your configuration file. |