ManagedClusterAzureMonitorProfileContainerInsights interface
Azure Monitor Container Insights Profile for Kubernetes Events, Inventory and Container stdout & stderr logs etc. See aka.ms/AzureMonitorContainerInsights for an overview.
Properties
| container |
Configures container network logs ingestion with Azure Monitor. Which network logs to ingest is controlled by the CRD found in the following links. No network logs are ingested by default. More information on container network logs can be found at https://aka.ms/ContainerNetworkLogsDoc. More information on configuring container network log can be found at https://aka.ms/acns/howtoenablecnl. If not specified, the default is Disabled. |
| disable |
Indicates whether custom metrics collection has to be disabled or not. If not specified the default is false. No custom metrics will be emitted if this field is false but the container insights enabled field is false |
| disable |
Indicates whether prometheus metrics scraping is disabled or not. If not specified the default is false. No prometheus metrics will be emitted if this field is false but the container insights enabled field is false |
| enabled | Indicates if Azure Monitor Container Insights Logs Addon is enabled or not. |
| log |
Fully Qualified ARM Resource Id of Azure Log Analytics Workspace for storing Azure Monitor Container Insights Logs. |
| syslog |
The syslog host port. If not specified, the default port is 28330. |
Property Details
containerNetworkLogs
Configures container network logs ingestion with Azure Monitor. Which network logs to ingest is controlled by the CRD found in the following links. No network logs are ingested by default. More information on container network logs can be found at https://aka.ms/ContainerNetworkLogsDoc. More information on configuring container network log can be found at https://aka.ms/acns/howtoenablecnl. If not specified, the default is Disabled.
containerNetworkLogs?: string
Property Value
string
disableCustomMetrics
Indicates whether custom metrics collection has to be disabled or not. If not specified the default is false. No custom metrics will be emitted if this field is false but the container insights enabled field is false
disableCustomMetrics?: boolean
Property Value
boolean
disablePrometheusMetricsScraping
Indicates whether prometheus metrics scraping is disabled or not. If not specified the default is false. No prometheus metrics will be emitted if this field is false but the container insights enabled field is false
disablePrometheusMetricsScraping?: boolean
Property Value
boolean
enabled
Indicates if Azure Monitor Container Insights Logs Addon is enabled or not.
enabled?: boolean
Property Value
boolean
logAnalyticsWorkspaceResourceId
Fully Qualified ARM Resource Id of Azure Log Analytics Workspace for storing Azure Monitor Container Insights Logs.
logAnalyticsWorkspaceResourceId?: string
Property Value
string
syslogPort
The syslog host port. If not specified, the default port is 28330.
syslogPort?: number
Property Value
number