Path: blob/develop/awscli/examples/cloudwatch/disable-insight-rules.rst
1567 views
**To disable specified contributor insight rules** The following ``disable-insight-rules`` example disables two contributor insights rules named ``Rule-A`` and ``Rule-B`` in the specified account. :: aws cloudwatch disable-insight-rules \ --rule-names Rule-A Rule-B Output:: { "Failures": [] } For more information, see `Use Contributor Insights to analyze high-cardinality data <https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/ContributorInsights.html>`__ in the *Amazon CloudWatch User Guide*.