Enable open monitoring on existing MSK Provisioned cluster
To enable open monitoring, make sure that the MSK Provisioned cluster is in the
ACTIVE
state.
Using the AWS Management Console
Sign in to the AWS Management Console, and open the Amazon MSK console at https://console.aws.amazon.com/msk/home?region=us-east-1#/home/
. -
Choose the name of the cluster that you want to update. This takes you to a page the contains details for the cluster.
-
On the Properties tab, scroll down to find the Monitoring section.
-
Choose Edit.
-
Select the check box next to Enable open monitoring with Prometheus.
-
Choose Save changes.
Using the AWS CLI
-
Invoke the update-monitoring command and specify its
open-monitoring
option. Enable theJmxExporter
, theNodeExporter
, or both. If you specifyopen-monitoring
, the two exporters can't be disabled at the same time.
Using the API
-
Invoke the UpdateMonitoring operation and specify
OpenMonitoring
. Enable thejmxExporter
, thenodeExporter
, or both. If you specifyOpenMonitoring
, the two exporters can't be disabled at the same time.