Docs Menu
Docs Home
/ /

atlas api pushBasedLogExport

You can continually export mongod, mongos, and audit logs to an AWS S3 bucket.

The atlas api sub-command is automatically generated from the MongoDB Atlas Admin API and offers full coverage of the Admin API. Admin API capabilities have their own release lifecycle, which you can check via the provided API endpoint documentation link.

The new /logIntegrations API provides 1-minute log export. The existing /pushBasedLogExport API provides 5-minute log export and will be deprecated in the future. The log export integrations are managed at the project level.

Name
Type
Required
Description

-h, --help

false

help for pushBasedLogExport

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.

  • atlas api pushBasedLogExport createGroupLogIntegration - Creates a new log integration configuration identified by a unique ID.

  • atlas api pushBasedLogExport deleteGroupLogIntegration - Removes the configuration for one log integration identified by its unique ID.

  • atlas api pushBasedLogExport getGroupLogIntegration - Returns the configuration for one log integration identified by its unique ID.

  • atlas api pushBasedLogExport listGroupLogIntegrations - Returns all log integration configurations for the project.

  • atlas api pushBasedLogExport updateGroupLogIntegration - Updates the configuration for one log integration identified by its unique ID.

Back

updateGroupSettings

On this page