Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for additional sizes in azurerm_log_analytics_cluster (100, 200, 300, 400, 10000, 25000, 50000) #25286

Open
1 task done
LaurentLesle opened this issue Mar 18, 2024 · 2 comments
Labels
enhancement sdk/requires-newer-api-version This requires upgrading the version of the API being used service/log-analytics

Comments

@LaurentLesle
Copy link
Contributor

Is there an existing issue for this?

  • I have searched the existing issues

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment and review the contribution guide to help.

Description

Current documentation specifies a lower daily commitment to 100 GB per day is supported.

image

It is possible when using the API version '2022-10-01' to use different values for the sku (size_gb):

image

New or Affected Resource(s)/Data Source(s)

azurerm_log_analytics_cluster

Potential Terraform Configuration

resource "azurerm_log_analytics_cluster" "example" {
  name                = "example-cluster"
  resource_group_name = azurerm_resource_group.example.name
  location            = azurerm_resource_group.example.location
  size_gb             = 100

  identity {
    type = "SystemAssigned"
  }
}

References

https://learn.microsoft.com/en-us/azure/azure-monitor/logs/logs-dedicated-clusters?tabs=restapi#create-a-dedicated-cluster

https://github.com/Azure/azure-rest-api-specs/blob/9158709864db10cec00c04c6544d6fddf43fcc37/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/stable/2022-10-01/Clusters.json#L530

@tombuildsstuff tombuildsstuff added the sdk/requires-newer-api-version This requires upgrading the version of the API being used label Mar 18, 2024
@tombuildsstuff
Copy link
Contributor

@sschmeck
Copy link
Contributor

sschmeck commented Aug 5, 2024

Support for 100GB added by #26865.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement sdk/requires-newer-api-version This requires upgrading the version of the API being used service/log-analytics
Projects
None yet
Development

No branches or pull requests

3 participants