Is it Possible to Centralize Logs from Multiple Tenants into One Log Analytics Workspace?

0
25
Asked By CuriousCactus92 On

I'm looking to monitor logs for several clients and I believe the best way to handle this might be to send their logs to a single Log Analytics workspace within my own tenant. However, I haven't found many resources on this topic. Can anyone confirm if this is possible? If so, what's the recommended approach? I've heard mentions of Event Hubs and Lighthouse, but I'm unsure about the specifics.

3 Answers

Answered By LogMasterAlex On

If you have a Microsoft representative, definitely reach out to them. They can provide resources to help with your log ingestion design. Just a heads-up: Lighthouse doesn't stream logs across tenants; it allows you to query logs across workspaces, meaning you'll need a separate Log Analytics Workspace in each tenant for this to work.

CuriousCactus92 -

Thanks for pointing that out!

Answered By TechSavvyTina On

I totally agree with the idea of keeping logs in the customer tenant. Using Lighthouse lets you query those logs from your tenant instead. What made you think that moving them to your own tenant is the best solution?

Answered By DataDrivenDude On

I wouldn't advise sending the logs to your own tenant. Keeping the logs in each client’s tenant seems safer and more compliant with data privacy laws. Plus, it lets each client manage their own data retention settings rather than having a one-size-fits-all approach in your workspace. Cross-tenant queries in Log Analytics should be able to handle this setup just fine.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.