Skip to content

Commit be1278c

Browse files
authored
Merge pull request #164530 from yossi-y/master
Export and dedicated cluster
2 parents b8acba4 + 3c1d833 commit be1278c

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

articles/azure-monitor/logs/logs-data-export.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,14 @@ Log Analytics workspace data export continuously exports data from a Log Analyti
2626
- Scheduled export from a log query using a Logic App. This is similar to the data export feature but allows you to send filtered or aggregated data to Azure storage. This method though is subject to [log query limits](../service-limits.md#log-analytics-workspaces), see [Archive data from Log Analytics workspace to Azure storage using Logic App](logs-export-logic-app.md).
2727
- One time export to local machine using PowerShell script. See [Invoke-AzOperationalInsightsQueryExport](https://www.powershellgallery.com/packages/Invoke-AzOperationalInsightsQueryExport).
2828

29-
3029
## Limitations
3130

3231
- Configuration currently can be performed using CLI or REST requests. Azure portal or PowerShell are not supported yet.
3332
- The `--export-all-tables` option in CLI and REST isn't supported and will be removed. You should provide the list of tables in export rules explicitly.
3433
- Supported tables currently are limited those specified in the [supported tables](#supported-tables) section below. For example, custom log tables currently aren't supported.
3534
- If the data export rule includes an unsupported table, the operation will succeed, but no data will be exported for that table until the table gets supported.
3635
- If the data export rule includes a table that doesn't exist, it will fail with error `Table <tableName> does not exist in the workspace`.
37-
- Data export will be available in all regions, but currently it's not available in the following: Azure Government regions, Japan West, Brazil south east, Norway East, Norway West, UAE North, UAE Central, Australia Central 2, Switzerland North, Switzerland West, Germany West Central, South India, France South, Japan West
36+
- Data export will be available in all regions, but currently not available in the following: Switzerland North, Switzerland West, Germany West Central, Australia Central 2, UAE Central, UAE North, Japan West, Brazil Southeast, Norway East, Norway West, France South, South India, Korea South, Jio India Central, Jio India West, Canada East, West US 3, Sweden Central, Sweden South.
3837
- You can define up to 10 enabled rules in your workspace. Additional rules are allowed but in disable state.
3938
- Destination must be unique across all export rules in your workspace.
4039
- The destination storage account or event hub must be in the same region as the Log Analytics workspace.

articles/azure-monitor/logs/logs-dedicated-clusters.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@ There are two modes of billing for usage on a cluster. These can be specified by
4242

4343
1. **Cluster**: in this case (which is the default), billing for ingested data is done at the cluster level. The ingested data quantities from each workspace associated to a cluster are aggregated to calculate the daily bill for the cluster.
4444

45-
2. **Workspaces**: the Commitment Tier costs for your Cluster are attributed proportionately to the workspaces in the cluster, by each workspace's data ingestion volume (after accounting for per-node allocations from [Azure Security Center](../../security-center/index.yml) for each workspace.) This full details of this pricing model are explained [here]( https://docs.microsoft.com/azure/azure-monitor/platform/manage-cost-storage#log-analytics-dedicated-clusters).
45+
2. **Workspaces**: the Commitment Tier costs for your Cluster are attributed proportionately to the workspaces in the cluster, by each workspace's data ingestion volume (after accounting for per-node allocations from [Azure Security Center](../../security-center/index.yml) for each workspace.) This full details of this pricing model are explained [here](./manage-cost-storage.md#log-analytics-dedicated-clusters).
4646

4747
If your workspace is using legacy Per Node pricing tier, when it is linked to a cluster it will be billed based on data ingested against the cluster’s Commitment Tier, and no longer Per Node. Per-node data allocations from Azure Security Center will continue to be applied.
4848

49-
Complete details are billing for Log Analytics dedicated clusters are available [here]( https://docs.microsoft.com/azure/azure-monitor/platform/manage-cost-storage#log-analytics-dedicated-clusters).
49+
Complete details are billing for Log Analytics dedicated clusters are available [here](./manage-cost-storage.md#log-analytics-dedicated-clusters).
5050

5151
## Asynchronous operations and status check
5252

@@ -171,7 +171,7 @@ The *principalId* GUID is generated by the managed identity service for the *Clu
171171

172172
When a workspace is linked to a dedicated cluster, new data that is ingested into the workspace is routed to the new cluster while existing data remains on the existing cluster. If the dedicated cluster is encrypted using customer-managed keys (CMK), only new data is encrypted with the key. The system is abstracting this difference from the users and the users just query the workspace as usual while the system performs cross-cluster queries on the backend.
173173

174-
A cluster can be linked to up to 100 workspaces. Linked workspaces are located in the same region as the cluster. To protect the system backend and avoid fragmentation of data, a workspace can’t be linked to a cluster more than twice a month.
174+
A cluster can be linked to up to 1000 workspaces. Linked workspaces are located in the same region as the cluster. To protect the system backend and avoid fragmentation of data, a workspace can’t be linked to a cluster more than twice a month.
175175

176176
To perform the link operation, you need to have 'write' permissions to both the workspace and the *cluster* resource:
177177

@@ -296,7 +296,7 @@ After you create your *Cluster* resource and it is fully provisioned, you can ed
296296
- **billingType** - The *billingType* property determines the billing attribution for the *cluster* resource and its data:
297297
- **Cluster** (default) - The costs for your Cluster are attributed to the *Cluster* resource.
298298
- **Workspaces** - The costs for your Cluster are attributed proportionately to the workspaces in the Cluster, with the *Cluster* resource being billed some of the usage if the total ingested data for the day is under the Commitment Tier. See [Log Analytics Dedicated Clusters](./manage-cost-storage.md#log-analytics-dedicated-clusters) to learn more about the Cluster pricing model.
299-
- **Identity** - The identity to be used to authenticate to your Key Valt. This can be System-assigned or User-assigned.
299+
- **Identity** - The identity to be used to authenticate to your Key Vault. This can be System-assigned or User-assigned.
300300

301301
>[!IMPORTANT]
302302
>Cluster update should not include both identity and key identifier details in the same operation. If you need to update both, the update should be in two consecutive operations.

0 commit comments

Comments
 (0)