How to Monitor Mongo DB Atlas Logs using Dynatrace Saas

Hi Team,

Currently I am downloading Mongo DB logs using Atlas UI, Instead of downloading and viewing the logs, I want to view these using Dynatrace Saas. Is there a way if I can setup and view in Dynatrace Dashboard.

Example of one of the log line from Atlas logs::

{“$date”:“2025-05-05T23:00:14.211+00:00”},“s”:“I”, “c”:“NETWORK”, “id”:2243, “ctx”:“listener”,“msg”:“Connection accepted”,“attr”:{“remote”:“192.168.254.9:2577”,“uuid”:“961aeh41-438f-4256-8j9a-ca54a7eab97f”,“connectionId”:986645,“connectionCount”:1851}}

Please help me if this is possible and if so steps for setting up this.

Regards,
Dinesh S

Hi @Dinesh_Reddy_Sanikommu,

Thank you for your post! Our MongoDB team is currently working on a push-based model for sending logs to external log sinks, including Dynatrace and all major cloud storage services. We are planning to have something available later this year.

In the meantime, Atlas does support sending logs to S3 and we have an API endpoint for downloading logs programatically. If you’re in the AWS ecosystem, pushing logs to S3 and then ingesting them into Dynatrace could be an option until we have a native integration with Dynatrace.

Thanks!
Frank

Hi @Frank_Sun

Unfortunately, We have an Microsoft Azure in our plan, do you have any solution similar to aws s3?

Regards,
Dinesh S

Hi @Dinesh_Reddy_Sanikommu,

We are currently planning a similar solution for Microsoft Azure Blob Storage and we hope to have something available by the end of the year. Until we can natively support Azure Blob Storage, hitting our API may be the best immediate option.

Can I ask whether you are sending logs from other applications to Azure Blob storage and, if so, what methods you are using to achieve this?

Thank you!
Frank

Hi @Frank_Sun ,

No Frank, we are not, Currently we are manually downloading the mongo logs and analyzing them, if there are any issues noticed.

Regards,
Dinesh S