Package version:

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

interface ClusterLogAnalyticsProfile {
    applicationLogs?: ClusterLogAnalyticsApplicationLogs;
    enabled: boolean;
    metricsEnabled?: boolean;
}

Properties

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

enabled: boolean

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

metricsEnabled?: boolean

True if metrics are enabled, otherwise false.