You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-monitor/logs/logs-dedicated-clusters.md
+17-10Lines changed: 17 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,8 @@ eligible for commitment tier discount.
26
26
Availability zones aren't currently supported in all regions. New clusters you create in supported regions have availability zones enabled by default.
27
27
28
28
## Cluster pricing model
29
-
Log Analytics Dedicated Clusters use a commitment tier pricing model of at least 500 GB/day. Any usage above the tier level incurs charges based on the per-GB rate of that commitment tier. See [Azure Monitor Logs pricing details](cost-logs.md#dedicated-clusters) for pricing details for dedicated clusters.
29
+
Log Analytics Dedicated Clusters use a commitment tier pricing model of at least 500 GB/day. Any usage above the tier level incurs charges based on the per-GB rate of that commitment tier. See [Azure Monitor Logs pricing details](cost-logs.md#dedicated-clusters) for pricing details for dedicated clusters. The commitment tiers have a 31-day commitment period from the time a commitment tier is selected.
30
+
30
31
## Required permissions
31
32
32
33
To perform cluster-related actions, you need these permissions:
@@ -465,7 +466,9 @@ The same as for 'clusters in a resource group', but in subscription scope.
465
466
466
467
## Update commitment tier in cluster
467
468
468
-
When the data volume to your linked workspaces changes over time, you can update the Commitment Tier level appropriately. The tier is specified in units of GB and can have values of 500, 1000, 2000 or 5000 GB/day. You don't have to provide the full REST request body, but you must include the sku.
469
+
When the data volume to linked workspaces changes over time, you can update the Commitment Tier level appropriately to optimize cost. The tier is specified in units of Gigabytes (GB) and can have values of 500, 1000, 2000 or 5000 GB per day. You don't have to provide the full REST request body, but you must include the sku.
470
+
471
+
During the commitment period, you can change to a higher commitment tier, which restarts the 31-day commitment period. You can't move back to pay-as-you-go or to a lower commitment tier until after you finish the commitment period.
You can unlink a workspace from a cluster at any time. The workspace pricing tier is changed to per-GB, data ingested to cluster before the unlink operation remains in the cluster, and new data to workspace get ingested to Log Analytics.
546
549
547
550
> [!WARNING]
548
-
> Unlinking a workspace from a cluster does not move that workspace's data out of the cluster. Any data collected while a workspace was linked to a cluster remains on that cluster even after the workspace is unlinked from the cluster.
551
+
> Unlinking a workspace does not move workspace data out of the cluster. Any data collected for workspace while linked to cluster, remains in cluster for the retention period defined in workspace, and accessible as long as cluster isn't deleted.
549
552
550
-
You can query data as usual and the service performs cross-cluster queries seamlessly. If cluster was configured with Customer-managed key (CMK), data remains encrypted with your key and accessible, while your key and permissions to Key Vault remain.
553
+
Queries aren't affected when workspace is unlinked and service performs cross-cluster queries seamlessly. If cluster was configured with Customer-managed key (CMK), data ingested to workspace while was linked, remains encrypted with your key and accessible, while your key and permissions to Key Vault remain.
551
554
552
555
> [!NOTE]
553
-
> There is a limit of two link operations for a specific workspace within a month to prevent data distribution across clusters. Contact support if you reach limit.
556
+
> - There is a limit of two link operations for a specific workspace within a month to prevent data distribution across clusters. Contact support if you reach the limit.
557
+
> - Unlinked workspaces are moved to Pay-As-You-Go pricing tier.
554
558
555
559
Use the following commands to unlink a workspace from cluster:
556
560
@@ -582,14 +586,15 @@ N/A
582
586
583
587
You need to have *write* permissions on the cluster resource.
584
588
585
-
When deleting a cluster, you're losing access to all data, which was ingested from workspaces that were ever linked to it. This operation isn't reversible.
586
-
The cluster's billing stops when cluster is deleted, regardless of the 30-days commitment tier defined in cluster.
589
+
Cluster deletion operation should be done with caution, since operation is non-recoverable. All ingested data to cluster from linked workspaces, gets permanently deleted.
587
590
588
-
If you delete your cluster while workspaces are linked, workspaces get automatically unlinked from the cluster before the cluster delete, and new data to workspaces gets ingested to Log Analytics clusters instead. You can query workspace for the time range before it was linked to the cluster, and after the unlink, and the service performs cross-cluster queries seamlessly.
591
+
The cluster's billing stops when cluster is deleted, regardless of the 31-days commitment tier defined in cluster.
592
+
593
+
If you delete a cluster that has linked workspaces, workspaces get automatically unlinked from the cluster, workspaces are moved to Pay-As-You-Go pricing tier, and new data to workspaces is ingested to Log Analytics clusters instead. You can query workspace for the time range before it was linked to the cluster, and after the unlink, and the service performs cross-cluster queries seamlessly.
589
594
590
595
> [!NOTE]
591
596
> - There is a limit of seven clusters per subscription and region, five active, plus two that were deleted in past two weeks.
592
-
> - Cluster's name remain reserved for 14 days after deletion, and can't be used for creating a new cluster.
597
+
> - Cluster's name remain reserved two weeks after deletion, and can't be used for creating a new cluster.
593
598
594
599
Use the following commands to delete a cluster:
595
600
@@ -646,7 +651,9 @@ Authorization: Bearer <token>
646
651
- If you create a cluster and get an error "region-name doesn't support Double Encryption for clusters.", you can still create the cluster without Double encryption by adding `"properties": {"isDoubleEncryptionEnabled": false}` in the REST request body.
647
652
- Double encryption setting can't be changed after the cluster has been created.
648
653
649
-
- Deleting a linked workspace is permitted while linked to cluster. If you decide to [recover](./delete-workspace.md#recover-a-workspace) a workspace during the [soft-delete](./delete-workspace.md#soft-delete-behavior) period, it returns to previous state and remains linked to cluster.
654
+
- Deleting a workspace is permitted while linked to cluster. If you decide to [recover](./delete-workspace.md#recover-a-workspace) the workspace during the [soft-delete](./delete-workspace.md#soft-delete-behavior) period, workspace returns to previous state and remains linked to cluster.
655
+
656
+
- During the commitment period, you can change to a higher commitment tier, which restarts the 31-day commitment period. You can't move back to pay-as-you-go or to a lower commitment tier until after you finish the commitment period.
0 commit comments