Skip to content

Commit 7201899

Browse files
Merge pull request #222879 from guywi-ms/ama-cross-region-tenant-support
AMA cross-region, cross-tenant support
2 parents 84ca5c4 + 89187ff commit 7201899

File tree

4 files changed

+19
-8
lines changed

4 files changed

+19
-8
lines changed

articles/azure-monitor/agents/agents-overview.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,10 @@ Azure Monitor Agent replaces the Azure Monitor legacy monitoring agents:
3131

3232
## Install the agent and configure data collection
3333

34-
Azure Monitor Agent uses [data collection rules](../essentials/data-collection-rule-overview.md), where you define which data you want each agent to collect. Data collection rules let you manage data collection settings at scale and define unique, scoped configurations for subsets of machines. The rules are independent of the workspace and the virtual machine, which means you can define a rule once and reuse it across machines and environments.
34+
Azure Monitor Agent uses [data collection rules](../essentials/data-collection-rule-overview.md), where you define which data you want each agent to collect. Data collection rules let you manage data collection settings at scale and define unique, scoped configurations for subsets of machines. You can define a rule to send data from multiple machines to multiple destinations across regions and tenants.
35+
36+
> [!NOTE]
37+
> To send data across tenants, you must first enable [Azure Lighthouse](/azure/lighthouse/overview).
3538
3639
**To collect data using Azure Monitor Agent:**
3740

articles/azure-monitor/agents/data-collection-iis.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,10 @@ The [data collection rule](../essentials/data-collection-rule-overview.md) defin
3131
- How Azure Monitor transforms events during ingestion.
3232
- The destination Log Analytics workspace and table to which Azure Monitor sends the data.
3333

34-
Create the data collection rule in the *same region* as your Log Analytics workspace. You can still associate the rule to machines in other supported regions.
34+
You can define a data collection rule to send data from multiple machines to multiple Log Analytics workspaces, including workspaces in a different region or tenant. Create the data collection rule in the *same region* as your Log Analytics workspace.
35+
36+
> [!NOTE]
37+
> To send data across tenants, you must first enable [Azure Lighthouse](/azure/lighthouse/overview).
3538
3639
To create the data collection rule in the Azure portal:
3740

articles/azure-monitor/agents/data-collection-rule-azure-monitor-agent.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,10 @@ To complete this procedure, you need:
2121

2222
## Create a data collection rule
2323

24-
Create the data collection rule in the *same region* as your Log Analytics workspace. You can still associate the rule to machines in other supported regions.
24+
You can define a data collection rule to send data from multiple machines to multiple Log Analytics workspaces, including workspaces in a different region or tenant. Create the data collection rule in the *same region* as your Log Analytics workspace.
2525

26+
> [!NOTE]
27+
> To send data across tenants, you must first enable [Azure Lighthouse](/azure/lighthouse/overview).
2628
### [Portal](#tab/portal)
2729

2830
1. On the **Monitor** menu, select **Data Collection Rules**.
@@ -70,9 +72,6 @@ Create the data collection rule in the *same region* as your Log Analytics works
7072
1. Select **Add data source** and then select **Review + create** to review the details of the data collection rule and association with the set of virtual machines.
7173
1. Select **Create** to create the data collection rule.
7274

73-
> [!NOTE]
74-
> It might take up to 5 minutes for data to be sent to the destinations after you create the data collection rule and associations.
75-
7675
### [API](#tab/api)
7776

7877
1. Create a DCR file by using the JSON format shown in [Sample DCR](data-collection-rule-sample-agent.md).
@@ -111,6 +110,9 @@ For sample templates, see [Azure Resource Manager template samples for data coll
111110

112111
---
113112

113+
> [!NOTE]
114+
> It can take up to 5 minutes for data to be sent to the destinations after you create the data collection rule.
115+
114116
## Filter events using XPath queries
115117

116118
You're charged for any data you collect in a Log Analytics workspace. Therefore, you should only collect the event data you need. The basic configuration in the Azure portal provides you with a limited ability to filter out events.

articles/azure-monitor/agents/data-collection-text-log.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,11 @@ The data collection rule defines:
3232
- How Azure Monitor transforms events during ingestion.
3333
- The destination Log Analytics workspace and table to which Azure Monitor sends the data.
3434

35-
Create the data collection rule in the *same region* as your Log Analytics workspace. You can still associate the rule to machines in other supported regions.
35+
You can define a data collection rule to send data from multiple machines to multiple Log Analytics workspaces, including workspaces in a different region or tenant. Create the data collection rule in the *same region* as your Log Analytics workspace.
3636

3737
> [!NOTE]
38-
> It can take up to 5 minutes for data to be sent to the destinations after you create the data collection rule.
38+
> To send data across tenants, you must first enable [Azure Lighthouse](/azure/lighthouse/overview).
39+
3940
### [Portal](#tab/portal)
4041

4142
To create the data collection rule in the Azure portal:
@@ -282,6 +283,8 @@ To create the data collection rule in the Azure portal:
282283

283284
---
284285

286+
> [!NOTE]
287+
> It can take up to 5 minutes for data to be sent to the destinations after you create the data collection rule.
285288
## Troubleshoot
286289
Use the following steps to troubleshoot collection of text logs.
287290

0 commit comments

Comments
 (0)