How to centralized log analytics of different subscription (environment) to one for central logging

basil khan 0 Reputation points
2024-07-18T21:01:19.66+00:00

I am trying to implement central monitoring and logging, as well as central dashboarding, using Azure Monitor or Azure Managed Grafana. We currently have five subscriptions that are segregated by environments such as dev, staging, etc. How can we centralize those logs into one?

What are the best practices for setting up centralized logging and monitoring across multiple Azure subscriptions while ensuring security and cost-efficiency?

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
3,034 questions
Azure Managed Grafana
Azure Managed Grafana
An Azure service used to deploy Grafana dashboards for analytics and monitoring solutions.
92 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Stanislav Zhelyazkov 22,251 Reputation points MVP
    2024-07-19T06:38:39.78+00:00

    Hi,

    You can have one Log Analytics workspace where you send all your logs and metrics. Basically that is it. There is not much to it. Usually you will have Log Analytics workspace per environment but having one for multiple environments is also not so uncommon. You can check: Design a Log Analytics workspace architecture.

    Please "Accept the answer" if the information helped you. This will help us and others in the community as well.