Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

* Added script to download and concatenate logs for an App Services a… #141

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

josmanperez
Copy link
Collaborator

This tool is a Python script designed to fetch logs from a MongoDB Atlas App Services application using pagination. It supports optional date range filtering and provides a way to authenticate using MongoDB Atlas API keys.

Features

  • Fetch logs from MongoDB Atlas App Services application.
  • Supports pagination to handle large sets of logs.
  • Optional date range filtering using start_date and end_date parameters.
  • Validates date inputs to ensure they follow the ISO 8601 format.
  • Authenticates using MongoDB Atlas public and private API keys.
  • Optional user_id for user id filtering logs.
  • Optional co_id for correlation id filtering logs.
  • Fetch only error logs using the errors_only option.
  • Filter logs by key-value pairs using the --filter option.

…pplication, e.g, Triggers. More information can be found in the README file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant