ClusterLogAnalyticsProfile interface

Cluster log analytics profile to enable or disable OMS agent for cluster.

Properties

applicationLogs

Collection of logs to be enabled or disabled for log analytics.

enabled

True if log analytics is enabled for the cluster, otherwise false.

metricsEnabled

True if metrics are enabled, otherwise false.

Property Details

applicationLogs

Collection of logs to be enabled or disabled for log analytics.

applicationLogs?: ClusterLogAnalyticsApplicationLogs

Property Value

enabled

True if log analytics is enabled for the cluster, otherwise false.

enabled: boolean

Property Value

boolean

metricsEnabled

True if metrics are enabled, otherwise false.

metricsEnabled?: boolean

Property Value

boolean