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
In addition to the [Common Source Properties](https://registry.terraform.io/providers/SumoLogic/sumologic/latest/docs#common-source-properties), the following arguments are supported:
52
+
-`content_type` - (Required) Must be `AzureMetrics`.
53
+
-`authentication` - (Required) Authentication details for connecting to ingest metrics from Azure.
54
+
+`type` - (Required) Must be `AzureClientSecretAuthentication`.
55
+
+`tenant_id` - (Required) Your tenant id collected from [Azure platform](https://help.sumologic.com/docs/send-data/hosted-collectors/microsoft-source/azure-metrics-source/#vendor-configuration).
56
+
+`client_id` - (Required) Your client id collected from [Azure platform](https://help.sumologic.com/docs/send-data/hosted-collectors/microsoft-source/azure-metrics-source/#vendor-configuration).
57
+
+`client_secret` - (Required) Your client secret collected from [Azure platform](https://help.sumologic.com/docs/send-data/hosted-collectors/microsoft-source/azure-metrics-source/#vendor-configuration).
58
+
-`path` - (Required) The location to scan for new data.
59
+
+`type` - (Required) Must be `AzureMetricsPath`.
60
+
+`environment` - (Required) The environment to collect Azure metrics.
61
+
+`limit_to_namespaces` - (Opitonal) The list of namespaces to collect metrics. By default all namespaces are selected.
62
+
+`azure_tag_filters` - (Optional) Tag filters allow you to filter the Azure metrics by the tags you have assigned to your Azure resources. You can define tag filters for each supported namespace. If you do not define any tag filters, all metrics will be collected for namespaces you configured for the source above.
63
+
+ `type` - (Required) This value has to be set to `AzureTagFilters`
64
+
+ `namespace` - Namespace for which you want to define the tag filters.
65
+
+ `tags` - List of key and value list of tag filters.
66
+
+ `name`: The name of tag.
67
+
+ `values`: The list of accepted values for the tag name.
0 commit comments