Enable open monitoring on new MSK Provisioned clusters
This procedure describes how to enable open monitoring on a new MSK cluster using the Amazon Web Services Management Console, the Amazon CLI, or the Amazon MSK API.
Using the Amazon Web Services Management Console
Sign in to the Amazon Web Services Management Console, and open the Amazon MSK console at https://console.amazonaws.cn/msk/home?region=us-east-1#/home/
. -
In the Monitoring section, select the check box next to Enable open monitoring with Prometheus.
-
Provide the required information in all the sections of the page, and review all the available options.
-
Choose Create cluster.
Using the Amazon CLI
-
Invoke the create-cluster 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 CreateCluster operation and specify
OpenMonitoring
. Enable thejmxExporter
, thenodeExporter
, or both. If you specifyOpenMonitoring
, the two exporters can't be disabled at the same time.