Extend azure monitor container insights with container network logs#718
Open
wanlonghenry wants to merge 5 commits intoAzure:mainfrom
Open
Extend azure monitor container insights with container network logs#718wanlonghenry wants to merge 5 commits intoAzure:mainfrom
wanlonghenry wants to merge 5 commits intoAzure:mainfrom
Conversation
snguyen64
suggested changes
Jan 29, 2026
| | <a name="input_monitor_data_collection_rule_extensions_streams"></a> [monitor\_data\_collection\_rule\_extensions\_streams](#input\_monitor\_data\_collection\_rule\_extensions\_streams) | An array of container insights table streams. See documentation in DCR for a list of the valid streams and their corresponding table: https://learn.microsoft.com/en-us/azure/azure-monitor/containers/container-insights-data-collection-configure?tabs=portal#stream-values-in-dcr | `list(any)` | <pre>[<br/> "Microsoft-ContainerLog",<br/> "Microsoft-ContainerLogV2",<br/> "Microsoft-KubeEvents",<br/> "Microsoft-KubePodInventory",<br/> "Microsoft-KubeNodeInventory",<br/> "Microsoft-KubePVInventory",<br/> "Microsoft-KubeServices",<br/> "Microsoft-KubeMonAgentEvents",<br/> "Microsoft-InsightsMetrics",<br/> "Microsoft-ContainerInventory",<br/> "Microsoft-ContainerNodeInventory",<br/> "Microsoft-Perf"<br/>]</pre> | no | | ||
| | <a name="input_monitor_metrics"></a> [monitor\_metrics](#input\_monitor\_metrics) | (Optional) Specifies a Prometheus add-on profile for the Kubernetes Cluster<br/>object({<br/> annotations\_allowed = "(Optional) Specifies a comma-separated list of Kubernetes annotation keys that will be used in the resource's labels metric."<br/> labels\_allowed = "(Optional) Specifies a Comma-separated list of additional Kubernetes label keys that will be used in the resource's labels metric."<br/>}) | <pre>object({<br/> annotations_allowed = optional(string)<br/> labels_allowed = optional(string)<br/> })</pre> | `null` | no | | ||
| | <a name="input_msi_auth_for_monitoring_enabled"></a> [msi\_auth\_for\_monitoring\_enabled](#input\_msi\_auth\_for\_monitoring\_enabled) | (Optional) Is managed identity authentication for monitoring enabled? | `bool` | `null` | no | | ||
| | <a name="input_retina_flow_logs_enabled"></a> [retina\_flow\_logs\_enabled](#input\_retina\_flow\_logs\_enabled) | Enable container network observability logs for OMS agent. This applies to Linux nodes in the cluster. | `bool` | `false` | no | |
There was a problem hiding this comment.
should this just say "Enable container network logs for oms agent..." instead of "container network observability logs
| variable "retina_flow_logs_enabled" { | ||
| type = bool | ||
| default = false | ||
| description = "(Optional) Enable container network observability logs for OMS agent." |
Member
|
Hi @wanlonghenry, thanks for the contribution! I have a question regarding the
I wasn't able to find this attribute in the current provider source code or the Azure API specs, so any references or documentation you could point us to would be very helpful. If this is a new feature that hasn't been added to the provider yet, it might need to be proposed as a feature request in hashicorp/terraform-provider-azurerm first. Thanks! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Describe your changes
Extend azure monitor container insights with container network logs
Issue number
#000
Checklist before requesting a review
CHANGELOG.mdfileThanks for your cooperation!